# HG changeset patch # User luc # Date 1122681104 -3600 # Node ID ec6fda994fcbb5ebbee11d6fe73f377b8c8aad27 # Parent 48513a2b57628ed463d36c8c2940c48134017f31 Give a name to the nandemul2k MTD device. diff --git a/mtdemul/nandemul2k.c b/mtdemul/nandemul2k.c --- 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; }