summaryrefslogtreecommitdiffstats
path: root/Documentation/dev-tools
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2020-07-13 09:00:00 +0100
committerMartin K. Petersen <martin.petersen@oracle.com>2020-07-15 17:28:26 -0400
commit42b840bcfc16520f44b1ff51132ea720f86cb7ab (patch)
treeb9fcf60a97c3336ec5b1922c7a618af67148fb20 /Documentation/dev-tools
parent532d56c631f1b46779d5823c99016fc7cec052e1 (diff)
downloadlinux-42b840bcfc16520f44b1ff51132ea720f86cb7ab.tar.bz2
scsi: aic7xxx: Fix 'amount_xferred' set but not used issue
'amount_xferred' is used, but only in certain circumstances. Place the same stipulations on the defining/allocating of 'amount_xferred' as is placed when using it. We've been careful not to change any of the ordering semantics here. Fixes the following W=1 kernel build warning(s): drivers/scsi/aic7xxx/aic79xx_osm.c: In function ‘ahd_done’: drivers/scsi/aic7xxx/aic79xx_osm.c:1796:12: warning: variable ‘amount_xferred’ set but not used [-Wunused-but-set-variable] Link: https://lore.kernel.org/r/20200713080001.128044-24-lee.jones@linaro.org Cc: Hannes Reinecke <hare@suse.com> Reviewed-by: Hannes Reinecke <hare@suse.de> Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'Documentation/dev-tools')
0 files changed, 0 insertions, 0 deletions