Staging: bcm: Remove assignment from if statement and reverse if logic for readability.
authorKevin McKinney <klmckinney1@gmail.com>
Thu, 5 Jan 2012 01:29:03 +0000 (20:29 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Feb 2012 01:19:05 +0000 (17:19 -0800)
commitcffae184c3146abda6ef1153ac4f844d3ed6e177
tree7a98dcf1d002b0850547a125dd8aaf333b128dad
parent5db125fb5ca2fed67a668c532af576a67a3d3bdc
Staging: bcm: Remove assignment from if statement and reverse if logic for readability.

This patch removes an assignment from an if statement,
and it reverses the logic in several if statements to
make them more readable and understandable.

Signed-off-by: Kevin McKinney <klmckinney1@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/bcm/CmHost.c