From: Kevin McKinney Date: Fri, 7 Oct 2011 22:50:12 +0000 (-0400) Subject: Staging: bcm: Fix assignment issue in if statement reported by checkpatch.pl. X-Git-Tag: v3.2-rc1~169^2^2~112 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d491061b98bf3d2d036b9896f884403cdc2c0327;p=pandora-kernel.git Staging: bcm: Fix assignment issue in if statement reported by checkpatch.pl. This patch fixes an error where an assignment "=" was being used in an if statement to determine if Firmware was downloaded. This patch removes that assignment, and places it above the if statement. The if statement then evaluates the status to verify if "0" successful, or != 0 failure. Signed-off-by: Kevin McKinney Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed