]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Merge remote-tracking branch 'watchdog/master'
authorStephen Rothwell <sfr@canb.auug.org.au>
Tue, 6 May 2014 03:30:50 +0000 (13:30 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 6 May 2014 03:30:50 +0000 (13:30 +1000)
drivers/watchdog/Kconfig
drivers/watchdog/via_wdt.c

index 74ec8fc5cc0303fa81fd036c87632c7f8524c824..2b4c1fc8765340f8cedd5f976476adbdd31e2961 100644 (file)
@@ -835,7 +835,7 @@ config 60XX_WDT
 
 config SBC8360_WDT
        tristate "SBC8360 Watchdog Timer"
-       depends on X86
+       depends on X86_32
        ---help---
 
          This is the driver for the hardware watchdog on the SBC8360 Single
index d2cd9f0bcb9a2df915472446f295139f04fc0ede..56369c4f1961d0c2001094f680a6c7ed81c54ca2 100644 (file)
@@ -232,7 +232,7 @@ err_out_disable_device:
 static void wdt_remove(struct pci_dev *pdev)
 {
        watchdog_unregister_device(&wdt_dev);
-       del_timer(&timer);
+       del_timer_sync(&timer);
        iounmap(wdt_mem);
        release_mem_region(mmio, VIA_WDT_MMIO_LEN);
        release_resource(&wdt_res);