Re: [PATCH] cirrus/mac89x0: Remove superfluous interrupt disable/restore

2014-10-23 Thread David Miller
From: Geert Uytterhoeven Date: Tue, 21 Oct 2014 19:53:11 +0200 > As of commit e4dc601bf99ccd1c ("m68k: Disable/restore interrupts in > hwreg_present()/hwreg_write()"), this is no longer needed. > > Signed-off-by: Geert Uytterhoeven Applied. -- To unsubscribe from this list: send the line "unsu

[PATCH] cirrus/mac89x0: Remove superfluous interrupt disable/restore

2014-10-21 Thread Geert Uytterhoeven
As of commit e4dc601bf99ccd1c ("m68k: Disable/restore interrupts in hwreg_present()/hwreg_write()"), this is no longer needed. Signed-off-by: Geert Uytterhoeven --- drivers/net/ethernet/cirrus/mac89x0.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/drivers/net/ether