Merge tag 'lkdtm-v4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees...
[linux-2.6-block.git] / drivers / watchdog / sc520_wdt.c
index f353e18b1a82fc65221a0dcf9efa7bf696eedbe3..1cfd3f6a13d5f428adebe5a7b3e030b155f06a44 100644 (file)
@@ -158,12 +158,11 @@ static void wdt_timer_ping(unsigned long data)
 
 static void wdt_config(int writeval)
 {
-       __u16 dummy;
        unsigned long flags;
 
        /* buy some time (ping) */
        spin_lock_irqsave(&wdt_spinlock, flags);
-       dummy = readw(wdtmrctl);        /* ensure write synchronization */
+       readw(wdtmrctl);        /* ensure write synchronization */
        writew(0xAAAA, wdtmrctl);
        writew(0x5555, wdtmrctl);
        /* unlock WDT = make WDT configuration register writable one time */