Skip to content

Commit

Permalink
watchdog: pnx4008: update logging during power-on
Browse files Browse the repository at this point in the history
There is no need to add the driver name in the text to display
on the console during the power-on:
pnx4008-watchdog 4003c000.watchdog: PNX4008 Watchdog Timer: heartbeat 19 sec

Signed-off-by: Sylvain Lemieux <slemieux@tycoint.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
  • Loading branch information
Sylvain Lemieux authored and Wim Van Sebroeck committed Mar 16, 2016
1 parent 84b84bc commit 43eec2f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/watchdog/pnx4008_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,7 @@ static int pnx4008_wdt_probe(struct platform_device *pdev)
goto disable_clk;
}

dev_info(&pdev->dev, "PNX4008 Watchdog Timer: heartbeat %d sec\n",
pnx4008_wdd.timeout);
dev_info(&pdev->dev, "heartbeat %d sec\n", pnx4008_wdd.timeout);

return 0;

Expand Down

0 comments on commit 43eec2f

Please sign in to comment.