Re: [PATCH v2 3/4] qla2xxx: Drop unused function argument from qla2x00_get_sp_from_handle()

2020-09-08 Thread Daniel Wagner
Hi Arun, On Mon, Sep 07, 2020 at 11:46:27PM -0700, Arun Easi wrote: > How about printing the "func", which gives an indication of the caller > function, in the ql_log-s, rather than removing it? At least in the cases > like you describe, it'd give an indication which handler the path was > ta

Re: [PATCH v2 3/4] qla2xxx: Drop unused function argument from qla2x00_get_sp_from_handle()

2020-09-07 Thread Arun Easi
On Mon, 31 Aug 2020, 9:18am, Daniel Wagner wrote: > > Commit 7c3df1320e5e ("[SCSI] qla2xxx: Code changes to support new > dynamic logging infrastructure.") removed the use of the func > argument. > > Signed-off-by: Daniel Wagner > --- > drivers/scsi/qla2xxx/qla_gbl.h | 3 +-- > drivers/scsi/ql

[PATCH v2 3/4] qla2xxx: Drop unused function argument from qla2x00_get_sp_from_handle()

2020-08-31 Thread Daniel Wagner
Commit 7c3df1320e5e ("[SCSI] qla2xxx: Code changes to support new dynamic logging infrastructure.") removed the use of the func argument. Signed-off-by: Daniel Wagner --- drivers/scsi/qla2xxx/qla_gbl.h | 3 +-- drivers/scsi/qla2xxx/qla_isr.c | 36 drivers/sc