> The ufshcd_urgent_bkops() is a wrapper function. > It only calls the ufshcd_bkops_ctrl(). Remove it to simplify the ufs core driver. > Replace any references to ufshcd_urgent_bkops() with ufshcd_bkops_ctrl(). > > In addition, remove the second parameter in the > ufshcd_bkops_ctrl() because the information can be retrieved from the first > parameter. > > Signed-off-by: Bao D. Nguyen <quic_nguyenb@xxxxxxxxxxx> Acked-by: Avri Altman <avri.altman@xxxxxxx>