mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[amazon] Some general changes for amazon drivers.
This is mostly needed for kernel 2.6.30 support. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18588 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user