Staging: bcm: Fix assignment issue in if statement reported by checkpatch.pl.
authorKevin McKinney <klmckinney1@gmail.com>
Fri, 7 Oct 2011 22:50:12 +0000 (18:50 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 11 Oct 2011 16:18:21 +0000 (10:18 -0600)
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 <klmckinney1@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found