commit | 495f2bf6c4ed2da5dcadac96312f71da2a5af949 | [log] [tgz] |
---|---|---|
author | Ezequiel Garcia <ezequiel.garcia@free-electrons.com> | Mon May 05 07:11:52 2014 -0300 |
committer | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | Mon Jul 28 18:52:06 2014 +0300 |
tree | 950867b4504638cbff5532491308a59f619a68c8 | |
parent | 545f7fdf6db866c26ac92346b35bc6489fb926d1 [diff] |
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>