ifxmips_wdt_open(struct inode *inode, struct file *file)
{
ifxmips_wdt_enable(wdt_timeout);
- printk("ifxmips_wdt: activated");
return nonseekable_open(inode, file);
}
ifxmips_wdt_disable();
else
#endif
- printk(KERN_INFO "watchdog closed without warning, rebooting system\n");
+ printk("ifxmips_wdt: watchdog closed without warning, rebooting system\n");
return 0;
}