9
0
Fork 0
barebox/drivers/mtd
Jan Luebbe c410817f19 mtd: fix 'write: Invalid argument' while writing to nand-bb devices
The 'off_t cur_ofs' variable was missed during the 64 bit conversion.
For the MEMGETBADBLOCK ioctl, a pointer to a loff_t is needed.

Also adjust the debug format strings.

Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2012-07-16 11:08:47 +02:00
..
devices mtd: docg3 fixes backport from Linux kernel 2012-04-17 22:02:54 +02:00
nand mtd: fix 'write: Invalid argument' while writing to nand-bb devices 2012-07-16 11:08:47 +02:00
ubi Merge branch 'for-next/sparse' 2012-07-02 10:59:37 +02:00
Kconfig mtd Kconfig: only select NAND_READ_OOB when NAND is enabled 2012-01-02 14:53:17 +01:00
Makefile drivers/mtd: add docg3 chip 2012-01-02 12:34:58 +01:00
core.c use loff_t for file offsets 2012-06-30 16:53:24 +02:00
mtd.h drivers/mtd: split mtd mtdoob devices 2011-12-22 10:11:11 +01:00
mtdoob.c use loff_t for file offsets 2012-06-30 16:53:24 +02:00
mtdraw.c use loff_t for file offsets 2012-06-30 16:53:24 +02:00
partition.c add partition mtd support 2010-07-05 13:00:02 +02:00