commit | 1516ef44835417f55645cdd9ccf203551ca6e8c0 | [log] [tgz] |
---|---|---|
author | Mike Waychison <mikew@google.com> | Tue May 04 15:01:31 2010 -0700 |
committer | James Bottomley <James.Bottomley@suse.de> | Sun May 16 18:22:06 2010 -0400 |
tree | e3e940535feb5cdc8ce728eb2ed645a51961e408 | |
parent | bad750028917a7b804623701d0674e46c6012c18 [diff] |
[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>