scsi: bfa: Remove unused variable 'adisc'
authorLee Jones <lee.jones@linaro.org>
Thu, 23 Jul 2020 12:24:33 +0000 (13:24 +0100)
committerMartin K. Petersen <martin.petersen@oracle.com>
Sat, 25 Jul 2020 02:32:08 +0000 (22:32 -0400)
commite95fcb77921c9b2800b10886bbe339e5d08efbf0
treec96a5192c2c8af4e9f2c58e4104fc498e42c93bc
parenteaefa33014bfdf77299ef34263d68cb844bbef37
scsi: bfa: Remove unused variable 'adisc'

Fixes the following W=1 kernel build warning(s):

 drivers/scsi/bfa/bfa_fcs_rport.c: In function ‘bfa_fcs_rport_process_adisc’:
 drivers/scsi/bfa/bfa_fcs_rport.c:2243:21: warning: variable ‘adisc’ set but not used [-Wunused-but-set-variable]

Link: https://lore.kernel.org/r/20200723122446.1329773-28-lee.jones@linaro.org
Cc: Anil Gurumurthy <anil.gurumurthy@qlogic.com>
Cc: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/bfa/bfa_fcs_rport.c