summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-2.6.37/442-block2mtd_probe.patch
Commit message (Collapse)AuthorAgeFilesLines
* linux/2.6.37: R.I.P.Gabor Juhos2012-05-121-17/+0
| | | | SVN-Revision: 31687
* refresh patchesImre Kaloz2011-07-061-2/+3
| | | | SVN-Revision: 27492
* fix mtd warningsFlorian Fainelli2011-05-251-2/+8
| | | | | | | | | | | | | | | Fixes for the following warnings: drivers/mtd/devices/block2mtd.c: In function '_open_bdev': drivers/mtd/devices/block2mtd.c:272:3: warning: ISO C90 forbids mixed declarations and code drivers/mtd/devices/block2mtd.c: In function 'add_device': drivers/mtd/devices/block2mtd.c:399:13: warning: assignment discards qualifiers from pointer target type In the case of 442-block2mtd_probe.patch, it's not until the insertion of a executable statement before the definition that causes a warning, so I've chosen to resolve the issue here by splitting the definition and the initialization into a definition and a statement (and assignment) instead. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 27007
* kernel: reorganize 2.6.37 patchesFelix Fietkau2011-04-161-0/+10
SVN-Revision: 26692