diff options
Diffstat (limited to 'drivers/mtd/ubi/gluebi.c')
-rw-r--r-- | drivers/mtd/ubi/gluebi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mtd/ubi/gluebi.c b/drivers/mtd/ubi/gluebi.c index c8bbfd1e67ab..fc9478d605ff 100644 --- a/drivers/mtd/ubi/gluebi.c +++ b/drivers/mtd/ubi/gluebi.c | |||
@@ -271,7 +271,6 @@ out_err: | |||
271 | */ | 271 | */ |
272 | int ubi_create_gluebi(struct ubi_device *ubi, struct ubi_volume *vol) | 272 | int ubi_create_gluebi(struct ubi_device *ubi, struct ubi_volume *vol) |
273 | { | 273 | { |
274 | int err; | ||
275 | struct mtd_info *mtd = &vol->gluebi_mtd; | 274 | struct mtd_info *mtd = &vol->gluebi_mtd; |
276 | 275 | ||
277 | mtd->name = kmemdup(vol->name, vol->name_len + 1, GFP_KERNEL); | 276 | mtd->name = kmemdup(vol->name, vol->name_len + 1, GFP_KERNEL); |