]> 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)
commit5a372252a521afe8c6b1067ae24a013515468c06
tree7a98dcf1d002b0850547a125dd8aaf333b128dad
parent7241a9ecbe4bd8c77f886156a60fad56b676d6d8
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