RE: [PATCH] scsi: ufs: Add total count for each error history

2021-02-03 Thread DooHyun Hwang
Hi Thank you for your review and I found the below commit in linux-next. So, I'll reject this patch. >On 3/02/21 8:53 am, DooHyun Hwang wrote: >> Since the total error history count is unknown because the error >> history records only the number of UFS_EVENT_HIST_LENGTH, add a member >> to count

Re: [PATCH] scsi: ufs: Add total count for each error history

2021-02-02 Thread Adrian Hunter
On 3/02/21 8:53 am, DooHyun Hwang wrote: > Since the total error history count is unknown because the error history > records only the number of UFS_EVENT_HIST_LENGTH, add a member to count > each error history. > > Signed-off-by: DooHyun Hwang Hi Please note that the following patch is

[PATCH] scsi: ufs: Add total count for each error history

2021-02-02 Thread DooHyun Hwang
Since the total error history count is unknown because the error history records only the number of UFS_EVENT_HIST_LENGTH, add a member to count each error history. Signed-off-by: DooHyun Hwang --- drivers/scsi/ufs/ufshcd.c | 3 +++ drivers/scsi/ufs/ufshcd.h | 1 + 2 files changed, 4