summaryrefslogtreecommitdiffstats
path: root/target/linux/ifxmips/files/drivers/watchdog/ifxmips_wdt.c
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ifxmips/files/drivers/watchdog/ifxmips_wdt.c')
-rw-r--r--target/linux/ifxmips/files/drivers/watchdog/ifxmips_wdt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ifxmips/files/drivers/watchdog/ifxmips_wdt.c b/target/linux/ifxmips/files/drivers/watchdog/ifxmips_wdt.c
index 1556a2324..58e216148 100644
--- a/target/linux/ifxmips/files/drivers/watchdog/ifxmips_wdt.c
+++ b/target/linux/ifxmips/files/drivers/watchdog/ifxmips_wdt.c
@@ -122,7 +122,6 @@ static int
ifxmips_wdt_open(struct inode *inode, struct file *file)
{
ifxmips_wdt_enable(wdt_timeout);
- printk("ifxmips_wdt: activated");
return nonseekable_open(inode, file);
}