linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mike <mike@compulab.co.il>
To: krzysztof.h1@poczta.fm
Cc: linux-fbdev-devel@lists.sourceforge.net
Subject: Re: [PATCH] mbxfb: fix incorrect argument type
Date: Mon, 22 Oct 2007 10:36:00 +0200	[thread overview]
Message-ID: <471C60F0.9030507@compulab.co.il> (raw)
In-Reply-To: <20071018234610.1498b21e.krzysztof.h1@poczta.fm>


Krzysztof Helt wrote:
> 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>

Acked-by: Mike Rapoport <mike@compulab.co.il>

> 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) {
> 

-------------------------------------------------------------------------
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/

      reply	other threads:[~2007-10-22  8:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-18 21:46 [PATCH] mbxfb: fix incorrect argument type Krzysztof Helt
2007-10-22  8:36 ` Mike [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=471C60F0.9030507@compulab.co.il \
    --to=mike@compulab.co.il \
    --cc=krzysztof.h1@poczta.fm \
    --cc=linux-fbdev-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).