From: Tony Lindgren <tony@atomide.com>
To: Dirk Behme <dirk.behme@de.bosch.com>
Cc: linux-omap-open-source@linux.omap.com
Subject: Re: [PATCH] Fix warning in omapfb_main.c
Date: Fri, 20 Jan 2006 11:03:03 -0800 [thread overview]
Message-ID: <20060120190303.GF4431@atomide.com> (raw)
In-Reply-To: <43CD3B20.1060007@de.bosch.com>
* Dirk Behme <dirk.behme@de.bosch.com> [060117 10:52]:
>
> ARM: OMAP: Fix warning because of changed ioctl() parameters
>
> drivers/video/omap/omapfb_main.c:877: warning: initialization from
> incompatible pointer type
>
> Signed-off-by: Dirk Behme <dirk.behme_at_de.bosch.com>
>
> --- ./drivers/video/omap/omapfb_main.c_orig 2006-01-17 18:58:58.037572648 +0100
> +++ ./drivers/video/omap/omapfb_main.c 2006-01-17 19:04:15.332336512 +0100
> @@ -743,9 +743,8 @@ EXPORT_SYMBOL(omapfb_write_first_pixel);
> * graphics transformations, frame flipping support is provided through this
> * interface.
> */
> -static int omapfb_ioctl(struct inode *inode, struct file *file,
> - unsigned int cmd, unsigned long arg,
> - struct fb_info *fbi)
> +static int omapfb_ioctl(struct fb_info *fbi, unsigned int cmd,
> + unsigned long arg)
> {
> struct omapfb_device *fbdev = (struct omapfb_device *)fbi->par;
> struct fb_ops *ops = fbi->fbops;
>
Pushing this one too.
Tony
prev parent reply other threads:[~2006-01-20 19:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-17 18:44 [PATCH] Fix warning in omapfb_main.c Dirk Behme
2006-01-20 19:03 ` Tony Lindgren [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=20060120190303.GF4431@atomide.com \
--to=tony@atomide.com \
--cc=dirk.behme@de.bosch.com \
--cc=linux-omap-open-source@linux.omap.com \
/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