Re: [PATCH v9 7/9] scsi: ufs: Move dumps in IRQ handler to error handler

2020-08-03 Thread Asutosh Das (asd)
On 8/3/2020 2:04 AM, Can Guo wrote: Sometime dumps in IRQ handler are heavy enough to cause system stability issues, move them to error handler and only print basic host regs here. Signed-off-by: Can Guo Reviewed-by: Bean Huo --- Reviewed-by: Asutosh Das drivers/scsi/ufs/ufshcd.c | 23 +

[PATCH v9 7/9] scsi: ufs: Move dumps in IRQ handler to error handler

2020-08-03 Thread Can Guo
Sometime dumps in IRQ handler are heavy enough to cause system stability issues, move them to error handler and only print basic host regs here. Signed-off-by: Can Guo Reviewed-by: Bean Huo --- drivers/scsi/ufs/ufshcd.c | 23 +++ 1 file changed, 15 insertions(+), 8 deletions