]> Git Repo - linux.git/commit - drivers/most/most_cdev.c
staging: most: cdev: fix function return value
authorChristian Gromm <[email protected]>
Tue, 8 May 2018 09:45:08 +0000 (11:45 +0200)
committerGreg Kroah-Hartman <[email protected]>
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 <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/staging/most/cdev/cdev.c
This page took 0.055926 seconds and 4 git commands to generate.