]> www.infradead.org Git - users/jedix/linux-maple.git/commit
scsi: ufs: core: Remove redundant host_lock calls around UTMRLCLR
authorAvri Altman <avri.altman@wdc.com>
Thu, 24 Oct 2024 07:50:32 +0000 (10:50 +0300)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 25 Oct 2024 19:03:15 +0000 (15:03 -0400)
commit5824e18b3db468e6eb5e9ef226eed80db26f581a
tree4825d8015190bb9b98ac6b89419818d24322bb22
parent2b314e182caabd32f656ddba22432a7749572013
scsi: ufs: core: Remove redundant host_lock calls around UTMRLCLR

There is no need to serialize single read/write calls to the host
controller registers. Remove the redundant host_lock calls that protect
access to the task management request List cLear register: UTMRLCLR.

Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Avri Altman <avri.altman@wdc.com>
Link: https://lore.kernel.org/r/20241024075033.562562-3-avri.altman@wdc.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/ufs/core/ufshcd.c