Re: [PATCH v2 linux-next] mtd: block2mtd: check device size

2014-03-08 Thread Brian Norris
On Thu, Mar 6, 2014 at 2:04 AM, Fabian Frederick wrote: > fixme applied : check device size is a multiple of erasesize. > > Signed-off-by: Fabian Frederick Pushed to l2-mtd.git. Thanks! Brian -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

[PATCH v2 linux-next] mtd: block2mtd: check device size

2014-03-06 Thread Fabian Frederick
fixme applied : check device size is a multiple of erasesize. Signed-off-by: Fabian Frederick --- drivers/mtd/devices/block2mtd.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers/mtd/devices/block2mtd.c b/drivers/mtd/devices/block2mtd.c index 3e12234..66f0405 1006