UBI: fix gcc warning
Fix the following warning: drivers/mtd/ubi/vmt.c: In function 'ubi_rename_volumes': drivers/mtd/ubi/vmt.c:642: warning: statement with no effect Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
This commit is contained in:
@@ -639,7 +639,7 @@ int ubi_rename_volumes(struct ubi_device *ubi, struct list_head *rename_list)
|
||||
}
|
||||
|
||||
if (!err)
|
||||
paranoid_check_volumes(ubi);
|
||||
err = paranoid_check_volumes(ubi);
|
||||
return err;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user