UBI: return on error in rename_volumes()
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 19 Sep 2014 10:56:56 +0000 (13:56 +0300)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Fri, 19 Sep 2014 15:12:00 +0000 (18:12 +0300)
commit7fbbd05799976c0611dcb229649260504b2bdef5
treeeaea35d81c4cfcd467d8086da62ab3e099edbe44
parentadfe83be973dc990f3763de3667c4cd004e6e4f7
UBI: return on error in rename_volumes()

I noticed this during a code review.  We are checking that the strlen()
of ->name is not less than the ->name_len which the user gave us.  I
believe this bug is harmless but clearly we meant to return here instead
of setting an error code and then not using it.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
drivers/mtd/ubi/cdev.c