From: Chad Dupuis Date: Tue, 16 Aug 2011 18:31:55 +0000 (-0700) Subject: [SCSI] qla2xxx: Fix "active_mask" may be used uninitialized warning. X-Git-Tag: v3.2-rc1~125^2~129 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5fdae5583e30bbc730e2035d0b6da33e7d8e4ee;p=pandora-kernel.git [SCSI] qla2xxx: Fix "active_mask" may be used uninitialized warning. Since active_mask is first assigned in an "else" block, the compiler throws a warning saying that the active_mask variable may be used uninitialized in a print statement later. Initialize active_mask to 0 in the declaration to stop the warning. Signed-off-by: Chad Dupuis Signed-off-by: James Bottomley --- Reading git-diff-tree failed