| Submitter | Sascha Hauer |
|---|---|
| Date | June 7, 2012, 10:11 a.m. |
| Message ID | <20120607101124.GH30400@pengutronix.de> |
| Download | mbox |
| Permalink | /patch/163589/ |
| State | New |
| Headers | show |
Pull-request
git://git.pengutronix.de/git/imx/linux-2.6.git tags/mtd-imx53-nand-supportComments
On Thu, 2012-06-07 at 12:11 +0200, Sascha Hauer wrote: > Fixing these warnings in the nand driver does not seem to be the correct > approach. Initializing mxc_nand_devtype_data as const seems sane, the > problem is that struct of_device_id expects a void * instead of a const > void *. A patch fixing this is outstanding here: > > http://permalink.gmane.org/gmane.linux.drivers.devicetree/15069 > > (this will also fix the other sparse warnings from this driver) > > I asked Uwe to resend this. Pushed to l2-mtd.git, thanks!