projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ar71xx: fix wireless mac address on the WRT160NL
[openwrt.git]
/
target
/
linux
/
amazon
/
files
/
drivers
/
char
/
watchdog
/
amazon_wdt.c
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
3c58d2f
..
e06203d
100644
(file)
--- 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;
#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;
}
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
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;
}
return;
}
This page took
0.024534 seconds
and
4
git commands to generate.