]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf38c2c2985039ff535f39670208bd0c3213c1865
tree7a98dcf1d002b0850547a125dd8aaf333b128dad
parent04e993f7d2c7a12f319c71599331cd9382e33204
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