staging: most: remove unnecessary keep_mbo variable
authorChristian Gromm <christian.gromm@microchip.com>
Tue, 22 Dec 2015 09:52:42 +0000 (10:52 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Feb 2016 01:34:58 +0000 (17:34 -0800)
commita191176441cdb4e34e3b84d76bf3ee6f3756954e
treeb208072bf33bc5f1d9f57a4bc2318c3535f7ce1b
parent9305b0fe0985eb2d277df29f3a962828b00dd7cc
staging: most: remove unnecessary keep_mbo variable

The MBO pointer stacked_mbo and the boolean variable keep_mbo are
always changed together and therefore provide the same information.
This patch removes keep_mbo and uses stacked_mbo instead.

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