Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d468a030 authored by Artem Bityutskiy's avatar Artem Bityutskiy
Browse files

UBI: remove unused variable

parent 48576401
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -271,7 +271,6 @@ out_err:
 */
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);