staging: most: cdev: avoid warning about potentially uninitialized variable
authorChristian Gromm <christian.gromm@microchip.com>
Tue, 8 May 2018 09:45:05 +0000 (11:45 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 8 May 2018 11:41:50 +0000 (13:41 +0200)
commit8463d9fab6e25a77b640caada74af29f936a8ea4
tree54665c3ede88f4a5ec5d362e61548760acaa7647
parent69c90cf1b2faf5fa08fe5e18e4b47b044474506e
staging: most: cdev: avoid warning about potentially uninitialized variable

This patch avoids the warning that the pointer mbo might be used
uninitialized that some environmens throw.

Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/most/cdev/cdev.c