From a0b49113b02cf13c3d5079f7f6ae1fcf63c9a953 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Tue, 29 Apr 2014 09:56:33 +0200 Subject: fsl_nfc: rename device to fsl_nfc Use the more common name "fsl_nfc" instead of "NAND" for this device. This also affects the mtdparts option of the kernel command line. --- drivers/mtd/nand/fsl_nfc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/nand/fsl_nfc.c b/drivers/mtd/nand/fsl_nfc.c index a925e416ea43..27562653956a 100644 --- a/drivers/mtd/nand/fsl_nfc.c +++ b/drivers/mtd/nand/fsl_nfc.c @@ -839,7 +839,7 @@ fsl_nfc_probe(struct platform_device *pdev) return -ENOMEM; } - mtd->name = "NAND"; + mtd->name = "fsl_nfc"; mtd->writesize = 2048; mtd->oobsize = 64; -- cgit v1.2.3