[SCSI] qla2xxx: Silence bogus warning by gcc for wrap and did.
authorMike Waychison <mikew@google.com>
Tue, 4 May 2010 22:01:31 +0000 (15:01 -0700)
committerJames Bottomley <James.Bottomley@suse.de>
Sun, 16 May 2010 22:22:06 +0000 (18:22 -0400)
commit1516ef44835417f55645cdd9ccf203551ca6e8c0
treee3e940535feb5cdc8ce728eb2ed645a51961e408
parentbad750028917a7b804623701d0674e46c6012c18
[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 <giridhar.malavali@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/scsi/qla2xxx/qla_init.c