From: Lee Jones <lee.jones@linaro.org>
To: SeongJae Park <sj38.park@gmail.com>
Cc: sameo@linux.intel.com, linux-kernel@vger.kernel.org,
patches@opensource.wolfsonmicro.com
Subject: Re: [PATCH] drivers/mfd: fix pointer-integer size mismatch warnings
Date: Tue, 4 Feb 2014 09:03:16 +0000 [thread overview]
Message-ID: <20140204090316.GB13529@lee--X1> (raw)
In-Reply-To: <1391496143-6660-1-git-send-email-sj38.park@gmail.com>
> Fix the pointer-integer size mismatch warnings below:
> drivers/mfd/wm8994-core.c: In function ‘wm8994_i2c_probe’:
> mfd/wm8994-core.c:639:19: warning: cast from pointer to integer of
> different size [-Wpointer-to-int-cast]
> wm8994->type = (int)of_id->data;
> ^
> drivers/mfd/max8997.c: In function ‘max8997_i2c_get_driver_data’:
> drivers/mfd/max8997.c:173:10: warning: cast from pointer to integer of
> different size [-Wpointer-to-int-cast]
> return (int)match->data;
> ^
Already fixed:
https://lkml.org/lkml/2014/1/23/309
https://lkml.org/lkml/2014/1/23/326
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
next prev parent reply other threads:[~2014-02-04 9:03 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-04 6:42 [PATCH] drivers/mfd: fix pointer-integer size mismatch warnings SeongJae Park
2014-02-04 9:03 ` Lee Jones [this message]
2014-02-04 9:07 ` SeongJae Park
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=20140204090316.GB13529@lee--X1 \
--to=lee.jones@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=patches@opensource.wolfsonmicro.com \
--cc=sameo@linux.intel.com \
--cc=sj38.park@gmail.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