Re: [PATCH 03/12] mtd: pasemi_nand.c: Remove superfluous name cast

2013-11-13 Thread Brian Norris
On Tue, Nov 12, 2013 at 08:07:16PM +0100, Geert Uytterhoeven wrote: > device_driver.name is "const char *" > > Signed-off-by: Geert Uytterhoeven > Cc: Olof Johansson > Cc: linux-...@lists.infradead.org Pushed to l2-mtd.git/next. Thanks! Brian -- To unsubscribe from this list: send the line "un

Re: [PATCH 03/12] mtd: pasemi_nand.c: Remove superfluous name cast

2013-11-12 Thread Olof Johansson
On Tue, Nov 12, 2013 at 11:07 AM, Geert Uytterhoeven wrote: > device_driver.name is "const char *" > > Signed-off-by: Geert Uytterhoeven > Cc: Olof Johansson > Cc: linux-...@lists.infradead.org Acked-by: Olof Johansson -Olof -- To unsubscribe from this list: send the line "unsubscribe linux-

[PATCH 03/12] mtd: pasemi_nand.c: Remove superfluous name cast

2013-11-12 Thread Geert Uytterhoeven
device_driver.name is "const char *" Signed-off-by: Geert Uytterhoeven Cc: Olof Johansson Cc: linux-...@lists.infradead.org --- drivers/mtd/nand/pasemi_nand.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/nand/pasemi_nand.c b/drivers/mtd/nand/pasemi_nand.c i