linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mbxfb: fix incorrect argument type
@ 2007-10-18 21:46 Krzysztof Helt
  2007-10-22  8:36 ` Mike
  0 siblings, 1 reply; 2+ messages in thread
From: Krzysztof Helt @ 2007-10-18 21:46 UTC (permalink / raw)
  To: Linux-fbdev-devel

From: Krzysztof Helt <krzysztof.h1@wp.pl>

This patch fixes wrong pointer type passed into
the dev_dbg() function.

Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl>

---

This patch was done against the 2.6.23-git13 kernel.

diff -urp linux-ref/drivers/video/mbx/mbxfb.c linux-new/drivers/video/mbx/mbxfb.c
--- linux-ref/drivers/video/mbx/mbxfb.c	2007-10-18 22:32:50.984989900 +0200
+++ linux-new/drivers/video/mbx/mbxfb.c	2007-10-18 23:38:03.775967147 +0200
@@ -889,7 +889,7 @@ static int __devinit mbxfb_probe(struct 
 	struct mbxfb_info *mfbi;
 	struct mbxfb_platform_data *pdata;
 
-	dev_dbg(dev, "mbxfb_probe\n");
+	dev_dbg(&dev->dev, "mbxfb_probe\n");
 
 	pdata = dev->dev.platform_data;
 	if (!pdata) {

----------------------------------------------------------------------
Rusz pupe na wybory!
Kliknij >>> http://link.interia.pl/f1bfc


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-10-22  8:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-18 21:46 [PATCH] mbxfb: fix incorrect argument type Krzysztof Helt
2007-10-22  8:36 ` Mike

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).