]> err.no Git - linux-2.6/blobdiff - drivers/watchdog/sc1200wdt.c
[WATCHDOG] mpc8xxx_wdt: various renames, mostly s/mpc83xx/mpc8xxx/g
[linux-2.6] / drivers / watchdog / sc1200wdt.c
index 7e5c9cc97dee9415183dfedde88f9e09f35ad555..621ebad56d86cdf798b22edf7a316c80eaa81e46 100644 (file)
@@ -148,13 +148,11 @@ static void sc1200wdt_start(void)
        spin_unlock(&sc1200wdt_lock);
 }
 
-
 static void sc1200wdt_stop(void)
 {
        sc1200wdt_write_data(WDTO, 0);
 }
 
-
 /* This returns the status of the WDO signal, inactive high. */
 static inline int sc1200wdt_status(void)
 {
@@ -166,10 +164,8 @@ static inline int sc1200wdt_status(void)
         * else for enabled/disabled status
         */
        return (ret & 0x01) ? 0 : WDIOF_KEEPALIVEPING;
-       /* bits 1 - 7 are undefined */
 }
 
-
 static int sc1200wdt_open(struct inode *inode, struct file *file)
 {
        /* allow one at a time */