RE: [PATCH v1 1/2] scsi: ufs: differentiate dev_cmd trace message

2020-07-06 Thread Avri Altman
> > From: Bean Huo > > fshcd_exec_dev_cmd() can send query request and NOP request, and it is Typo ? > confusing that ufshcd_add_query_upiu_trace() prints us the "query_send" > string in the trace log. Change it and add NOP key message in the trace > print according to the dev_cmd type. > >

[PATCH v1 1/2] scsi: ufs: differentiate dev_cmd trace message

2020-07-06 Thread Bean Huo
From: Bean Huo fshcd_exec_dev_cmd() can send query request and NOP request, and it is confusing that ufshcd_add_query_upiu_trace() prints us the "query_send" string in the trace log. Change it and add NOP key message in the trace print according to the dev_cmd type. Signed-off-by: Bean Huo ---