|
@@ -601,6 +601,7 @@ static int mtd_ioctl(struct file *file, u_int cmd, u_long arg)
|
|
}
|
|
}
|
|
|
|
|
|
case MEMGETINFO:
|
|
case MEMGETINFO:
|
|
|
|
+ memset(&info, 0, sizeof(info));
|
|
info.type = mtd->type;
|
|
info.type = mtd->type;
|
|
info.flags = mtd->flags;
|
|
info.flags = mtd->flags;
|
|
info.size = mtd->size;
|
|
info.size = mtd->size;
|
|
@@ -609,7 +610,6 @@ static int mtd_ioctl(struct file *file, u_int cmd, u_long arg)
|
|
info.oobsize = mtd->oobsize;
|
|
info.oobsize = mtd->oobsize;
|
|
/* The below fields are obsolete */
|
|
/* The below fields are obsolete */
|
|
info.ecctype = -1;
|
|
info.ecctype = -1;
|
|
- info.eccsize = 0;
|
|
|
|
if (copy_to_user(argp, &info, sizeof(struct mtd_info_user)))
|
|
if (copy_to_user(argp, &info, sizeof(struct mtd_info_user)))
|
|
return -EFAULT;
|
|
return -EFAULT;
|
|
break;
|
|
break;
|