diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2014-04-29 09:56:33 +0200 |
---|---|---|
committer | Stefan Agner <stefan@agner.ch> | 2014-05-15 14:01:07 +0200 |
commit | a0b49113b02cf13c3d5079f7f6ae1fcf63c9a953 (patch) | |
tree | 2d3e8e46fac1d164a5965e9246e9004c1de0aa74 | |
parent | c0863bd749479578d343eb8a33df2ffc649d2113 (diff) |
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.
-rw-r--r-- | drivers/mtd/nand/fsl_nfc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |