#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;
}
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;
}