scsi: csiostor: Remove set but not used variable 'pln'
authorYueHaibing <yuehaibing@huawei.com>
Fri, 25 Jan 2019 01:57:19 +0000 (01:57 +0000)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 1 Feb 2019 23:19:56 +0000 (18:19 -0500)
commite18e9dac9cdc9f4d048115cd4b9b0ff40c190555
tree824c7ce711c1ac70e834aa1c01439b09f595187e
parent171e4909eac7912c8d9ffaec9a2872b3271dd6e9
scsi: csiostor: Remove set but not used variable 'pln'

Fixes gcc '-Wunused-but-set-variable' warning:

drivers/scsi/csiostor/csio_attr.c: In function 'csio_fcoe_free_vnp':
drivers/scsi/csiostor/csio_attr.c:500:21: warning:
 variable 'pln' set but not used [-Wunused-but-set-variable]

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Acked-by: Varun Prakash <varun@chelsio.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/csiostor/csio_attr.c