From: eric.y.miao@gmail.com (Eric Miao)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] i2c-pxa: Squash warning about discarding qualifier
Date: Thu, 26 Aug 2010 17:55:31 +0800 [thread overview]
Message-ID: <AANLkTikd9SE=mSbiBRYP1SeMwbT-1LCo4gD5ALeEn9SL@mail.gmail.com> (raw)
In-Reply-To: <1282795885-4445-1-git-send-email-marek.vasut@gmail.com>
On Thu, Aug 26, 2010 at 12:11 PM, Marek Vasut <marek.vasut@gmail.com> wrote:
> Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Ack.
Jean & Ben, anyone help merge?
> ---
> ?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;
>
> --
> 1.7.1
>
>
next prev parent reply other threads:[~2010-08-26 9:55 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 [this message]
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
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='AANLkTikd9SE=mSbiBRYP1SeMwbT-1LCo4gD5ALeEn9SL@mail.gmail.com' \
--to=eric.y.miao@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 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).