diff options
-rw-r--r-- | drivers/mtd/ubi/scan.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mtd/ubi/scan.c b/drivers/mtd/ubi/scan.c index c7b0afc9d280..0c05f7b90127 100644 --- a/drivers/mtd/ubi/scan.c +++ b/drivers/mtd/ubi/scan.c | |||
@@ -390,7 +390,6 @@ out_free_buf: | |||
390 | vfree(buf); | 390 | vfree(buf); |
391 | out_free_vidh: | 391 | out_free_vidh: |
392 | ubi_free_vid_hdr(ubi, vh); | 392 | ubi_free_vid_hdr(ubi, vh); |
393 | ubi_assert(err < 0); | ||
394 | return err; | 393 | return err; |
395 | } | 394 | } |
396 | 395 | ||