]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/watchdog/it87_wdt.c
[WATCHDOG] More coding-style and trivial clean-up
[mv-sheeva.git] / drivers / watchdog / it87_wdt.c
index afb8af397a9ffa5c393ca5810473104bce01a543..cc133c531d08d1a87af853a130b49f9f86e0a00d 100644 (file)
@@ -188,8 +188,8 @@ static inline int superio_inb(int reg)
 
 static inline void superio_outb(int val, int reg)
 {
-       outb(reg, REG);
-       outb(val, VAL);
+       outb(reg, REG);
+       outb(val, VAL);
 }
 
 static inline int superio_inw(int reg)
@@ -204,10 +204,10 @@ static inline int superio_inw(int reg)
 
 static inline void superio_outw(int val, int reg)
 {
-       outb(reg++, REG);
-       outb(val >> 8, VAL);
-       outb(reg, REG);
-       outb(val, VAL);
+       outb(reg++, REG);
+       outb(val >> 8, VAL);
+       outb(reg, REG);
+       outb(val, VAL);
 }
 
 /* watchdog timer handling */