diff options
author | Harvey Harrison <harvey.harrison@gmail.com> | 2008-04-01 07:05:30 +0200 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-04-07 19:19:08 +0200 |
commit | d70d4667e9eead06aa38be947274fda22dcf923b (patch) | |
tree | 1c8912cbfe627b91153579bc118f44edf62535d4 /drivers/scsi/aic94xx/aic94xx_task.c | |
parent | [SCSI] make scsi_end_bidi_request() static (diff) | |
download | linux-d70d4667e9eead06aa38be947274fda22dcf923b.tar.xz linux-d70d4667e9eead06aa38be947274fda22dcf923b.zip |
[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/aic94xx/aic94xx_task.c')
0 files changed, 0 insertions, 0 deletions