Re: [PATCH] scsi: qla2xxx: make qlafx00_process_aen() return void

From: Bart Van Assche
Date: Wed May 06 2020 - 11:43:16 EST


On 2020-05-05 23:17, Jason Yan wrote:
> No other functions use the return value of qlafx00_process_aen() and the
> return value is always 0 now. Make it return void. This fixes the
> following coccicheck warning:
>
> drivers/scsi/qla2xxx/qla_mr.c:1716:5-9: Unneeded variable: "rval".
> Return "0" on line 1768

Reviewed-by: Bart Van Assche <bvanassche@xxxxxxx>