[PATCH 33/46] mtd: nandsim: Relax page size restrictions

2016-08-31 Thread Daniel Walter
From: Richard Weinberger Allow any page size as long it is a power of two and less than KMALLOC_MAX_SIZE. Signed-off-by: Richard Weinberger --- drivers/mtd/nand/nandsim.c | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) diff

[PATCH 33/46] mtd: nandsim: Relax page size restrictions

2016-08-31 Thread Daniel Walter
From: Richard Weinberger Allow any page size as long it is a power of two and less than KMALLOC_MAX_SIZE. Signed-off-by: Richard Weinberger --- drivers/mtd/nand/nandsim.c | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git