On Fri, 2025-02-14 at 14:43 -0800, Bart Van Assche wrote: > > External email : Please do not click links or open attachments until > you have verified the sender or the content. > > > ufshcd_is_ufs_dev_busy(), ufshcd_print_host_state() and > ufshcd_eh_timed_out() are used in both modes (legacy mode and MCQ > mode). > hba->outstanding_reqs only represents the outstanding requests in > legacy > mode. Hence, change hba->outstanding_reqs into scsi_host_busy(hba- > >host) > in these functions. > > Fixes: eacb139b77ff ("scsi: ufs: core: mcq: Enable multi-circular > queue") > Signed-off-by: Bart Van Assche <bvanassche@xxxxxxx> > --- > Reviewed-by: Peter Wang <peter.wang@xxxxxxxxxxxx>