Re: [PATCH] qla2xxx: remove unused rval

2015-07-22 Thread Himanshu Madhani
On 7/22/15, 3:08 PM, "Spencer Baugh" wrote: >From: Joern Engel > >We don't touch the return value of qla2x00_loop_resync in >qla2x00_do_dpc, so don't bother collecting it. Fixes a compiler warning. > >Signed-off-by: Joern Engel >Signed-off-by: Spencer Baugh >--- > drivers/scsi/qla2xxx/qla_os.

[PATCH] qla2xxx: remove unused rval

2015-07-22 Thread Spencer Baugh
From: Joern Engel We don't touch the return value of qla2x00_loop_resync in qla2x00_do_dpc, so don't bother collecting it. Fixes a compiler warning. Signed-off-by: Joern Engel Signed-off-by: Spencer Baugh --- drivers/scsi/qla2xxx/qla_os.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-