aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/amazon/files/drivers/char
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2009-11-28 22:09:18 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2009-11-28 22:09:18 +0000
commit9714c8b6425d6fe28b7aac6fbdcb207c05409835 (patch)
tree9339985310992618ce8fd8108d211ddc417396a0 /target/linux/amazon/files/drivers/char
parentcfe5a8b5930158a9d1b4aed047088d652116e6e4 (diff)
downloadupstream-9714c8b6425d6fe28b7aac6fbdcb207c05409835.tar.gz
upstream-9714c8b6425d6fe28b7aac6fbdcb207c05409835.tar.bz2
upstream-9714c8b6425d6fe28b7aac6fbdcb207c05409835.zip
Some general changes for amazon drivers.
This is mostly needed for kernel 2.6.30 support. SVN-Revision: 18588
Diffstat (limited to 'target/linux/amazon/files/drivers/char')
-rw-r--r--target/linux/amazon/files/drivers/char/watchdog/amazon_wdt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/amazon/files/drivers/char/watchdog/amazon_wdt.c b/target/linux/amazon/files/drivers/char/watchdog/amazon_wdt.c
index 3c58d2fea8..e06203d5b1 100644
--- a/target/linux/amazon/files/drivers/char/watchdog/amazon_wdt.c
+++ b/target/linux/amazon/files/drivers/char/watchdog/amazon_wdt.c
@@ -222,7 +222,7 @@ int __init amazon_wdt_init_module(void)
#endif
amazon_wdt_isopen=0;
- printk(KERN_INFO DRV_NAME "driver loaded but inactive");
+ printk(KERN_INFO DRV_NAME "driver loaded but inactive\n");
return 0;
}
@@ -233,7 +233,7 @@ void amazon_wdt_cleanup_module(void)
remove_proc_entry("wdt_register", amazon_wdt_dir);
remove_proc_entry("amazon_wdt", NULL);
#endif
- printk(KERN_INFO DRV_NAME "unregistered");
+ printk(KERN_INFO DRV_NAME "unregistered\n");
return;
}