[PATCH 59/60] mtd: spi-nor: fsl-quadspi: show device in sysfs
Frans Klaver
fransklaver at gmail.com
Tue Mar 3 13:40:43 PST 2015
Fix a bug where mtd devices aren't shown in sysfs.
Signed-off-by: Frans Klaver <fransklaver at gmail.com>
---
drivers/mtd/spi-nor/fsl-quadspi.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/mtd/spi-nor/fsl-quadspi.c b/drivers/mtd/spi-nor/fsl-quadspi.c
index 1c7308c..91b9d3f 100644
--- a/drivers/mtd/spi-nor/fsl-quadspi.c
+++ b/drivers/mtd/spi-nor/fsl-quadspi.c
@@ -875,6 +875,7 @@ static int fsl_qspi_probe(struct platform_device *pdev)
nor = &q->nor[i];
mtd = &q->mtd[i];
+ mtd->dev.parent = dev;
nor->mtd = mtd;
nor->dev = dev;
--
2.2.2
More information about the linux-mtd
mailing list