changeset 40:ec6fda994fcb

Give a name to the nandemul2k MTD device.
author luc
date Sat, 30 Jul 2005 00:51:44 +0100
parents 48513a2b5762
children 702751970366
files mtdemul/nandemul2k.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mtdemul/nandemul2k.c
+++ b/mtdemul/nandemul2k.c
@@ -630,6 +630,8 @@ static int nandemul2k_scan (struct mtd_i
 	mtd->suspend = NULL;
 	mtd->resume = NULL;
 
+	mtd->name = "NANDemul2k";
+
 	/* Return happy */
 	return 0;
 }