Hello,
On Sat, Jul 28, 2012 at 11:05:10AM +0200, Dirk Behme wrote:
From: Dirk Behme <redacted>
Fix the compiler warnings
drivers/mtd/nand/mxc_nand.c:1267: warning: initialization discards qualifiers from pointer target type
drivers/mtd/nand/mxc_nand.c:1270: warning: initialization discards qualifiers from pointer target type
drivers/mtd/nand/mxc_nand.c:1273: warning: initialization discards qualifiers from pointer target type
drivers/mtd/nand/mxc_nand.c:1276: warning: initialization discards qualifiers from pointer target type
These should be gone in next already.
Best regards,
Uwe
--
Pengutronix e.K. | Uwe Kleine-K?nig |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Hello,
On Sat, Jul 28, 2012 at 11:05:10AM +0200, Dirk Behme wrote:
quoted
From: Dirk Behme<redacted>
Fix the compiler warnings
drivers/mtd/nand/mxc_nand.c:1267: warning: initialization discards qualifiers from pointer target type
drivers/mtd/nand/mxc_nand.c:1270: warning: initialization discards qualifiers from pointer target type
drivers/mtd/nand/mxc_nand.c:1273: warning: initialization discards qualifiers from pointer target type
drivers/mtd/nand/mxc_nand.c:1276: warning: initialization discards qualifiers from pointer target type
These should be gone in next already.
Hmm, which next?
I tried linux-next [1] from today (next-20120803, 55fa9961f) and still get
> make drivers/mtd/nand/
...
CC drivers/mtd/nand/mxc_nand.o
drivers/mtd/nand/mxc_nand.c:1298: warning: initialization discards
qualifiers from pointer target type
drivers/mtd/nand/mxc_nand.c:1301: warning: initialization discards
qualifiers from pointer target type
drivers/mtd/nand/mxc_nand.c:1304: warning: initialization discards
qualifiers from pointer target type
drivers/mtd/nand/mxc_nand.c:1307: warning: initialization discards
qualifiers from pointer target type
drivers/mtd/nand/mxc_nand.c:1310: warning: initialization discards
qualifiers from pointer target type
CC drivers/mtd/nand/gpmi-nand/gpmi-nand.o
...
Sorry if I missed something ;)
Best regards
Dirk
[1]
http://git.kernel.org/?p=linux/kernel/git/next/linux-next.git;a=shortlog;h=refs/heads/master
On Sat, Aug 04, 2012 at 05:47:17PM +0200, Dirk Behme wrote:
On 30.07.2012 09:34, Uwe Kleine-K?nig wrote:
quoted
Hello,
On Sat, Jul 28, 2012 at 11:05:10AM +0200, Dirk Behme wrote:
quoted
From: Dirk Behme<redacted>
Fix the compiler warnings
drivers/mtd/nand/mxc_nand.c:1267: warning: initialization discards qualifiers from pointer target type
drivers/mtd/nand/mxc_nand.c:1270: warning: initialization discards qualifiers from pointer target type
drivers/mtd/nand/mxc_nand.c:1273: warning: initialization discards qualifiers from pointer target type
drivers/mtd/nand/mxc_nand.c:1276: warning: initialization discards qualifiers from pointer target type
These should be gone in next already.
Hmm, which next?
I tried linux-next [1] from today (next-20120803, 55fa9961f) and still get
next-20120725 contained 98d7bbb9929bcc14e11ac8a55245a4f2dc174e17, don't
konw why it isn't included in the newer next snapshorts.
Best regards
Uwe
--
Pengutronix e.K. | Uwe Kleine-K?nig |
Industrial Linux Solutions | http://www.pengutronix.de/ |
On Sat, Aug 04, 2012 at 05:47:17PM +0200, Dirk Behme wrote:
quoted
On 30.07.2012 09:34, Uwe Kleine-K?nig wrote:
quoted
Hello,
On Sat, Jul 28, 2012 at 11:05:10AM +0200, Dirk Behme wrote:
quoted
From: Dirk Behme<redacted>
Fix the compiler warnings
drivers/mtd/nand/mxc_nand.c:1267: warning: initialization discards qualifiers from pointer target type
drivers/mtd/nand/mxc_nand.c:1270: warning: initialization discards qualifiers from pointer target type
drivers/mtd/nand/mxc_nand.c:1273: warning: initialization discards qualifiers from pointer target type
drivers/mtd/nand/mxc_nand.c:1276: warning: initialization discards qualifiers from pointer target type
These should be gone in next already.
Hmm, which next?
I tried linux-next [1] from today (next-20120803, 55fa9961f) and still get
next-20120725 contained 98d7bbb9929bcc14e11ac8a55245a4f2dc174e17, don't
konw why it isn't included in the newer next snapshorts.
First, yes, it was part of next-20120725. Second, I can confirm that
the patch [1] fixes the compiler warnings I reported above. So my
patch is obsolete now.
And third, strange is the absence in next-20120803 and 3.6-rc1. Do we
a chance to find out what's ongoing here? It would be a shame if your
patch get lost.
Many thanks
Dirk
[1] https://patchwork.kernel.org/patch/1226851/
On Sat, Aug 04, 2012 at 05:47:17PM +0200, Dirk Behme wrote:
quoted
On 30.07.2012 09:34, Uwe Kleine-K?nig wrote:
quoted
Hello,
On Sat, Jul 28, 2012 at 11:05:10AM +0200, Dirk Behme wrote:
quoted
From: Dirk Behme<redacted>
Fix the compiler warnings
drivers/mtd/nand/mxc_nand.c:1267: warning: initialization discards qualifiers from pointer target type
drivers/mtd/nand/mxc_nand.c:1270: warning: initialization discards qualifiers from pointer target type
drivers/mtd/nand/mxc_nand.c:1273: warning: initialization discards qualifiers from pointer target type
drivers/mtd/nand/mxc_nand.c:1276: warning: initialization discards qualifiers from pointer target type
These should be gone in next already.
Hmm, which next?
I tried linux-next [1] from today (next-20120803, 55fa9961f) and still get
next-20120725 contained 98d7bbb9929bcc14e11ac8a55245a4f2dc174e17, don't
konw why it isn't included in the newer next snapshorts.
Hi Dirk,
On Sat, Aug 18, 2012 at 11:58:33AM +0200, Dirk Behme wrote:
On 05.08.2012 10:39, Uwe Kleine-K?nig wrote:
quoted
On Sat, Aug 04, 2012 at 05:47:17PM +0200, Dirk Behme wrote:
quoted
On 30.07.2012 09:34, Uwe Kleine-K?nig wrote:
quoted
Hello,
On Sat, Jul 28, 2012 at 11:05:10AM +0200, Dirk Behme wrote:
quoted
From: Dirk Behme<redacted>
Fix the compiler warnings
drivers/mtd/nand/mxc_nand.c:1267: warning: initialization discards qualifiers from pointer target type
drivers/mtd/nand/mxc_nand.c:1270: warning: initialization discards qualifiers from pointer target type
drivers/mtd/nand/mxc_nand.c:1273: warning: initialization discards qualifiers from pointer target type
drivers/mtd/nand/mxc_nand.c:1276: warning: initialization discards qualifiers from pointer target type
These should be gone in next already.
Hmm, which next?
I tried linux-next [1] from today (next-20120803, 55fa9961f) and still get
next-20120725 contained 98d7bbb9929bcc14e11ac8a55245a4f2dc174e17, don't
konw why it isn't included in the newer next snapshorts.
Arnd sent a pull request that Linus T. seems to have ignored so far.
Best regards
Uwe
--
Pengutronix e.K. | Uwe Kleine-K?nig |
Industrial Linux Solutions | http://www.pengutronix.de/ |