On Mon, 2024-07-08 at 14:16 -0700, Bart Van Assche wrote: > > External email : Please do not click links or open attachments until > you have verified the sender or the content. > Move the ufshcd_mcq_enable() call from inside ufshcd_config_mcq() to > the > callers of this function. No functionality is changed by this patch. > This > patch makes a later patch easier to read ("scsi: ufs: Make > .get_hba_mac() > optional"). > > Cc: Peter Wang <peter.wang@xxxxxxxxxxxx> > Cc: Manivannan Sadhasivam <manivannan.sadhasivam@xxxxxxxxxx> > Signed-off-by: Bart Van Assche <bvanassche@xxxxxxx> > --- > drivers/ufs/core/ufshcd.c | 8 +++++--- > 1 file changed, 5 insertions(+), 3 deletions(-) > Reviewed-by: Peter Wang <peter.wang@xxxxxxxxxxxx>