Re: [PATCH 7/7] qla2xxx: Remove two arguments from qlafx00_error_entry()

2018-10-29 Thread Madhani, Himanshu
> On Oct 18, 2018, at 3:45 PM, Bart Van Assche wrote: > > External Email > > Move a debug statement from qlafx00_error_entry() into its caller. Remove > one unused argument from that function. This patch does not change the > behavior of the qla2xxx driver. > > Cc: Himanshu Madhani > Signed-

[PATCH 7/7] qla2xxx: Remove two arguments from qlafx00_error_entry()

2018-10-18 Thread Bart Van Assche
Move a debug statement from qlafx00_error_entry() into its caller. Remove one unused argument from that function. This patch does not change the behavior of the qla2xxx driver. Cc: Himanshu Madhani Signed-off-by: Bart Van Assche --- drivers/scsi/qla2xxx/qla_mr.c | 13 + 1 file chang