]> Pileus Git - ~andy/linux/commit
Staging: bcm: Reverse condition in if statement in Misc.c
authorKevin McKinney <klmckinney1@gmail.com>
Fri, 19 Oct 2012 02:40:15 +0000 (22:40 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 19 Oct 2012 20:43:26 +0000 (13:43 -0700)
commitb64c84628533667aab302a693bb20a9017aeaa01
tree7fdb04f2a6b22edddd9810e90f76277f4c242746
parent895b1fb81c9e71cac0f8787359035d177c12b5b6
Staging: bcm: Reverse condition in if statement in Misc.c

This patch reverses the condition in two if
statements in CopyBufferToControlPacket to
place Adapter->bShutStatus and
Adapter->idleMode to the left of the equal
"==" sign, and TRUE to the right of
the equal "==" sign. This was done for
readability purposes.

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