UBI: silence warning

drivers/mtd/ubi/vmt.c: In function `ubi_create_volume':
drivers/mtd/ubi/vmt.c:379: warning: statement with no effect

Signed-off-by: S.Çağlar Onur <caglar@pardus.org.tr>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>

authored by S.Çağlar Onur and committed by Artem Bityutskiy fc398769 bfa274e2

+3 -1
+3 -1
drivers/mtd/ubi/vmt.c
··· 376 376 get_device(&vol->dev); 377 377 volume_sysfs_close(vol); 378 378 out_gluebi: 379 - ubi_destroy_gluebi(vol); 379 + if (ubi_destroy_gluebi(vol)) 380 + dbg_err("cannot destroy gluebi for volume %d:%d", 381 + ubi->ubi_num, vol_id); 380 382 out_cdev: 381 383 cdev_del(&vol->cdev); 382 384 out_mapping: