Re: [PATCH] mtd: Make mtd_partition.name const

2013-11-13 Thread Brian Norris
On Tue, Nov 12, 2013 at 08:11:26PM +0100, Geert Uytterhoeven wrote: > This allows to drop a few casts. > > Signed-off-by: Geert Uytterhoeven Pushed to l2-mtd.git/next. Thanks! Brian -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@

[PATCH] mtd: Make mtd_partition.name const

2013-11-12 Thread Geert Uytterhoeven
This allows to drop a few casts. Signed-off-by: Geert Uytterhoeven --- drivers/mtd/mtdpart.c |2 +- drivers/mtd/ofpart.c |4 ++-- include/linux/mtd/partitions.h |4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/mtd/mtdpart.c b/drivers/