diff options
author | Harvey Harrison <harvey.harrison@gmail.com> | 2008-03-31 22:05:30 -0700 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-04-07 12:19:08 -0500 |
commit | d70d4667e9eead06aa38be947274fda22dcf923b (patch) | |
tree | 1c8912cbfe627b91153579bc118f44edf62535d4 /drivers/scsi/mesh.h | |
parent | 8c5e03d3cf70161413aaf7152dafa96daca5bb2f (diff) |
[SCSI] ch: fix sparse shadowed variable warnings
Replace the global err array with ch_err.
drivers/scsi/ch.c:271:6: warning: symbol 'err' shadows an earlier one
drivers/scsi/ch.c:116:3: originally declared here
Replace the temporary cmd buffer with ch_err to avoid shadowing the cmd
function parameter.
drivers/scsi/ch.c:724:11: warning: symbol 'cmd' shadows an earlier one
drivers/scsi/ch.c:596:20: originally declared here
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi/mesh.h')
0 files changed, 0 insertions, 0 deletions