From: u.kleine-koenig@pengutronix.de (Uwe Kleine-König)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] i2c-pxa: Squash warning about discarding qualifier
Date: Fri, 27 Aug 2010 07:35:47 +0200 [thread overview]
Message-ID: <20100827053547.GB17521@pengutronix.de> (raw)
In-Reply-To: <1282795885-4445-1-git-send-email-marek.vasut@gmail.com>
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
--
Pengutronix e.K. | Uwe Kleine-K?nig |
Industrial Linux Solutions | http://www.pengutronix.de/ |
next prev parent reply other threads:[~2010-08-27 5:35 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 [this message]
2010-08-27 5:48 ` Eric Miao
2010-08-27 5:50 ` Marek Vasut
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=20100827053547.GB17521@pengutronix.de \
--to=u.kleine-koenig@pengutronix.de \
--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 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).