UBI: block: Make ubiblock_resize return something
authorEzequiel Garcia <ezequiel.garcia@free-electrons.com>
Mon, 5 May 2014 10:11:52 +0000 (07:11 -0300)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Mon, 28 Jul 2014 15:52:06 +0000 (18:52 +0300)
commit495f2bf6c4ed2da5dcadac96312f71da2a5af949
tree950867b4504638cbff5532491308a59f619a68c8
parent545f7fdf6db866c26ac92346b35bc6489fb926d1
UBI: block: Make ubiblock_resize return something

Currently, ubiblock_resize() can fail if the device is not found
in the list. This commit changes the return type, so the function can
return something meaningful on error paths.

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
drivers/mtd/ubi/block.c