From: Kevin McKinney Date: Fri, 19 Oct 2012 02:40:15 +0000 (-0400) Subject: Staging: bcm: Reverse condition in if statement in Misc.c X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~1176 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b64c84628533667aab302a693bb20a9017aeaa01;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed