[WATCHDOG] Merge code clean-up's from Alan Cox.
authorWim Van Sebroeck <wim@iguana.be>
Wed, 6 Aug 2008 11:58:26 +0000 (11:58 +0000)
committerWim Van Sebroeck <wim@iguana.be>
Wed, 6 Aug 2008 11:58:26 +0000 (11:58 +0000)
Merge branch 'alan' of ../linux-2.6-watchdog-mm
Fixed Conflicts in the following files:
drivers/watchdog/booke_wdt.c
drivers/watchdog/mpc5200_wdt.c
drivers/watchdog/sc1200wdt.c

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
1  2 
drivers/watchdog/booke_wdt.c
drivers/watchdog/hpwdt.c

@@@ -131,9 -131,10 +131,10 @@@ static int booke_wdt_open(struct inode 
        spin_lock(&booke_wdt_lock);
        if (booke_wdt_enabled == 0) {
                booke_wdt_enabled = 1;
 -              on_each_cpu(__booke_wdt_enable, NULL, 0, 0);
 +              on_each_cpu(__booke_wdt_enable, NULL, 0);
-               printk(KERN_INFO "PowerPC Book-E Watchdog Timer Enabled "
-                               "(wdt_period=%d)\n", booke_wdt_period);
+               printk(KERN_INFO
+                     "PowerPC Book-E Watchdog Timer Enabled (wdt_period=%d)\n",
+                               booke_wdt_period);
        }
        spin_unlock(&booke_wdt_lock);
  
@@@ -175,9 -176,10 +176,10 @@@ static int __init booke_wdt_init(void
  
        spin_lock(&booke_wdt_lock);
        if (booke_wdt_enabled == 1) {
-               printk(KERN_INFO "PowerPC Book-E Watchdog Timer Enabled "
-                               "(wdt_period=%d)\n", booke_wdt_period);
+               printk(KERN_INFO
+                     "PowerPC Book-E Watchdog Timer Enabled (wdt_period=%d)\n",
+                               booke_wdt_period);
 -              on_each_cpu(__booke_wdt_enable, NULL, 0, 0);
 +              on_each_cpu(__booke_wdt_enable, NULL, 0);
        }
        spin_unlock(&booke_wdt_lock);
  
Simple merge