summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorYueHaibing <yuehaibing@huawei.com>2018-10-12 10:36:23 +0000
committerMartin K. Petersen <martin.petersen@oracle.com>2018-10-16 18:13:59 -0400
commit242b4a39be7364979cbccf5bc446d8db45cb2014 (patch)
treede936bd9e9c3fa296fdc6e4e0409c4f0aa420150 /tools/perf/scripts/python
parent47db7873136a9c57c45390a53b57019cf73c8259 (diff)
downloadkernel-242b4a39be7364979cbccf5bc446d8db45cb2014.tar.gz
scsi: arcmsr: Remove set but not used variables 'id, lun'
Fixes gcc '-Wunused-but-set-variable' warning: drivers/scsi/arcmsr/arcmsr_hba.c: In function 'arcmsr_drain_donequeue': drivers/scsi/arcmsr/arcmsr_hba.c:1320:10: warning: variable 'lun' set but not used [-Wunused-but-set-variable] drivers/scsi/arcmsr/arcmsr_hba.c:1320:6: warning: variable 'id' set but not used [-Wunused-but-set-variable] Never used since introduction in commit ae52e7f09ff5 ("arcmsr: Support 1024 scatter-gather list entries and improve AP while FW trapped and behaviors of EHs"). Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
6.6.y&id=655d8e2328a6ef6b6b514609a4c1e33508d3a1da'>Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville 2013-04-01rtlwifi: rtl8723ae: Update to vendor driver of 2013.02.07Larry Finger 2013-03-25mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan 2013-02-15mac80211: stop toggling IEEE80211_HT_CAP_SUP_WIDTH_20_40Johannes Berg 2013-02-01rtlwifi: rtl8723ae: Fix W=1 compile warningsLarry Finger 2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville 2013-01-22net: wireless/rtlwifi: fix uninitialized variable issueCong Ding