staging: most: cdev: fix function return value
authorChristian Gromm <christian.gromm@microchip.com>
Tue, 8 May 2018 09:45:08 +0000 (11:45 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 8 May 2018 11:41:50 +0000 (13:41 +0200)
commit7d56f62d3c4c3217049ef687827303356c8b1766
tree1c05cd8bece616d7f5bdf3798c9d7c22236fff0b
parent3b1a774bfcbc86142d7ea11dfa05bd714030bbf1
staging: most: cdev: fix function return value

The function ch_get_mbo declares its return value as type bool,
but returns a pointer to mbo.

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