From: Guenter Roeck Date: Sat, 30 Jun 2012 17:33:20 +0000 (-0700) Subject: cosmetic: Formatting change X-Git-Tag: nct6775-v0.9~11 X-Git-Url: https://git.sur5r.net/?p=groeck-nct6775;a=commitdiff_plain;h=e8679cbd0cb2d37f28f10eff3e93346e1932b13b cosmetic: Formatting change Signed-off-by: Guenter Roeck --- diff --git a/nct6775.c b/nct6775.c index a4d37ba..abd624b 100644 --- a/nct6775.c +++ b/nct6775.c @@ -123,7 +123,7 @@ superio_enter(int ioreg) /* * Try to reserve and for exclusive access. */ - if (!request_muxed_region(ioreg, 2, DRVNAME)) + if (!request_muxed_region(ioreg, 2, DRVNAME)) return -EBUSY; outb(0x87, ioreg);