dragon-nx32: Avoid variable shadowing in devfd.c
authorTormod Volden <debian.tormod@gmail.com>
Sat, 21 May 2016 21:36:52 +0000 (23:36 +0200)
committerAlan Cox <alan@linux.intel.com>
Sun, 22 May 2016 19:07:29 +0000 (20:07 +0100)
commit28fe2fb8d8e02e5f7e1adcbf7d305bebbbc583d9
tree03a85c88997a8658e1d1488c802c9a3f2f8ae80c
parenta80ba85a8379c4a8581e68793e221400e3633b9d
dragon-nx32: Avoid variable shadowing in devfd.c

If we jump to "bad" we can report the error code and
not an undefined value (which gives gcc warning).

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
Kernel/platform-dragon-nx32/devfd.c