Просмотр исходного кода

UBI: remove unused variable

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Artem Bityutskiy 18 лет назад
Родитель
Сommit
d468a03002
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      drivers/mtd/ubi/gluebi.c

+ 0 - 1
drivers/mtd/ubi/gluebi.c

@@ -271,7 +271,6 @@ static int gluebi_erase(struct mtd_info *mtd, struct erase_info *instr)
  */
 int ubi_create_gluebi(struct ubi_device *ubi, struct ubi_volume *vol)
 {
-	int err;
 	struct mtd_info *mtd = &vol->gluebi_mtd;
 
 	mtd->name = kmemdup(vol->name, vol->name_len + 1, GFP_KERNEL);