Hi, > On 22/07/21 6:34 am, Bart Van Assche wrote: > > Use the SCSI error handler instead of a custom error handling strategy. > > This change reduces the number of potential races in the UFS drivers > > since the UFS error handler and the SCSI error handler no longer run > concurrently. > > > > Cc: Adrian Hunter <adrian.hunter@xxxxxxxxx> > > Cc: Stanley Chu <stanley.chu@xxxxxxxxxxxx> > > Cc: Can Guo <cang@xxxxxxxxxxxxxx> > > Cc: Asutosh Das <asutoshd@xxxxxxxxxxxxxx> > > Cc: Avri Altman <avri.altman@xxxxxxx> > > Signed-off-by: Bart Van Assche <bvanassche@xxxxxxx> Shouldn't a transport template ops be used only for scsi_transport modules? Thanks, Avri