> scsi_add_host() allocates shost->can_queue tags. ufshcd_init() sets > shost->can_queue to hba->nutrs. In other words, we know that tag values > will be in the range [0, hba->nutrs). Hence remove the checks that > verify that blk_get_request() returns a tag in this range. This check > was introduced by commit 14497328b6a6 ("scsi: ufs: verify command tag > validity"). > > Cc: Alim Akhtar <alim.akhtar@xxxxxxxxxxx> > Cc: Avri Altman <avri.altman@xxxxxxx> > Signed-off-by: Bart Van Assche <bvanassche@xxxxxxx> Reviewed-by: Avri Altman <avri.altman@xxxxxxx>