Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [PATCH 1/5 v2] WATCHDOG: mtx1-wdt: use dev_{err,info} instead of printk()
@ 2011-06-12 16:56 Florian Fainelli
  0 siblings, 0 replies; only message in thread
From: Florian Fainelli @ 2011-06-12 16:56 UTC (permalink / raw)
  To: Wim Van Sebroeck, linux-mips, linux-watchdog, Manuel Lauss,
	Jamie Iles


Signed-off-by: Florian Fainelli <florian@openwrt.org>
---
No changes since v1

diff --git a/drivers/watchdog/mtx-1_wdt.c b/drivers/watchdog/mtx-1_wdt.c
index 1479dc4..63df28c 100644
--- a/drivers/watchdog/mtx-1_wdt.c
+++ b/drivers/watchdog/mtx-1_wdt.c
@@ -224,11 +224,11 @@ static int __devinit mtx1_wdt_probe(struct platform_device *pdev)
 
 	ret = misc_register(&mtx1_wdt_misc);
 	if (ret < 0) {
-		printk(KERN_ERR " mtx-1_wdt : failed to register\n");
+		dev_err(&pdev->dev, "failed to register\n");
 		return ret;
 	}
 	mtx1_wdt_start();
-	printk(KERN_INFO "MTX-1 Watchdog driver\n");
+	dev_info(&pdev->dev, "MTX-1 Watchdog driver\n");
 	return 0;
 }
 
-- 
1.7.4.1

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-06-12 16:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-12 16:56 [PATCH 1/5 v2] WATCHDOG: mtx1-wdt: use dev_{err,info} instead of printk() Florian Fainelli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox