From: Mike Waychison Date: Tue, 4 May 2010 22:01:31 +0000 (-0700) Subject: [SCSI] qla2xxx: Silence bogus warning by gcc for wrap and did. X-Git-Tag: v2.6.35-rc1~470^2^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1516ef44835417f55645cdd9ccf203551ca6e8c0;p=pandora-kernel.git [SCSI] qla2xxx: Silence bogus warning by gcc for wrap and did. The qla2xxx driver uses a port_id_t to mark the start of its enumerations. gcc is complaining that wrap.b24 may be used uninitialized, but this doesn't look to be possible. Silence it. Signed-off-by: Giridhar Malavali Signed-off-by: James Bottomley --- Reading git-diff-tree failed