staging: unisys: visorbus: consolidate if statements
authorDavid Kershner <[email protected]>
Tue, 28 Mar 2017 13:34:56 +0000 (09:34 -0400)
committerGreg Kroah-Hartman <[email protected]>
Wed, 29 Mar 2017 07:17:03 +0000 (09:17 +0200)
commit51646f4d4b8d5911b33340f44c641a3380dfc359
tree6916d9d0d2b8c4fc8adc7997256dc2b7c5ca6737
parent493d1597dd7029a1a5325748a262bb98696eb97d
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 <[email protected]>
Reviewed-by: Reviewed-by: Tim Sell <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/staging/unisys/visorbus/visorchannel.c