From: marek.vasut@gmail.com (Marek Vasut)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] i2c-pxa: Squash warning about discarding qualifier
Date: Fri, 27 Aug 2010 07:50:55 +0200 [thread overview]
Message-ID: <201008270750.56156.marek.vasut@gmail.com> (raw)
In-Reply-To: <20100827053547.GB17521@pengutronix.de>
Dne P? 27. srpna 2010 07:35:47 Uwe Kleine-K?nig napsal(a):
> On Thu, Aug 26, 2010 at 06:11:25AM +0200, Marek Vasut wrote:
> > Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
> > ---
> >
> > drivers/i2c/busses/i2c-pxa.c | 2 +-
> > 1 files changed, 1 insertions(+), 1 deletions(-)
> >
> > diff --git a/drivers/i2c/busses/i2c-pxa.c b/drivers/i2c/busses/i2c-pxa.c
> > index 020ff23..c94e51b 100644
> > --- a/drivers/i2c/busses/i2c-pxa.c
> > +++ b/drivers/i2c/busses/i2c-pxa.c
> > @@ -1001,7 +1001,7 @@ static int i2c_pxa_probe(struct platform_device
> > *dev)
> >
> > struct pxa_i2c *i2c;
> > struct resource *res;
> > struct i2c_pxa_platform_data *plat = dev->dev.platform_data;
> >
> > - struct platform_device_id *id = platform_get_device_id(dev);
> > + const struct platform_device_id *id = platform_get_device_id(dev);
> >
> > int ret;
> > int irq;
>
> This is already in mainline:
>
> http://git.kernel.org/linus/21e2ecfe19df8f28408b5a607fef8704f51fa7f8
Eric, we need tree update here :)
Cheers
prev parent reply other threads:[~2010-08-27 5:50 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-26 4:11 [PATCH] i2c-pxa: Squash warning about discarding qualifier Marek Vasut
2010-08-26 9:55 ` Eric Miao
2010-08-26 11:09 ` Jean Delvare
2010-08-27 5:35 ` Uwe Kleine-König
2010-08-27 5:48 ` Eric Miao
2010-08-27 5:50 ` Marek Vasut [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=201008270750.56156.marek.vasut@gmail.com \
--to=marek.vasut@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.