RE: [PATCH v2 4/4] scsi: ufs: Add history of fatal events

2019-07-10 Thread Stanley Chu
Hi Avri, On Wed, 2019-07-10 at 08:04 +, Avri Altman wrote: > Hi Stanley, > > > + (u32)ret); > > goto out; > > + } > > } while (ret && retries--); > > > > if (ret) > Here also link startup fails... Thanks! Will tr

RE: [PATCH v2 4/4] scsi: ufs: Add history of fatal events

2019-07-10 Thread Avri Altman
Hi Stanley, > > Currently only "interrupt-based" errors have their own history, > however there are "non-interrupt-based" errors which may be > fatal also needing history to improve debugging or help know > the health status of UFS devices. > > For example, > - Link startup fail > - Suspend fail