]> git.baikalelectronics.ru Git - kernel.git/commit
staging: unisys: visorbus: consolidate if statements
authorDavid Kershner <david.kershner@unisys.com>
Tue, 28 Mar 2017 13:34:56 +0000 (09:34 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 29 Mar 2017 07:17:03 +0000 (09:17 +0200)
commit66d52815cf1ac5c855cf56aad26486e1d3503dc9
tree6916d9d0d2b8c4fc8adc7997256dc2b7c5ca6737
parent281ecb309d7ba9c844761861732179b0a6803f1f
staging: unisys: visorbus: consolidate if statements

We had several if statements inside of if statements that should be
consolidated into an if statement with an && to clean up the code some
more.

Signed-off-by: David Kershner <david.kershner@unisys.com>
Reviewed-by: Reviewed-by: Tim Sell <timothy.sell@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/visorbus/visorchannel.c