Re: [PATCH v2] scsi: ufs: Unbreak the reset handler
From: "Martin K. Petersen" <martin.petersen@oracle.com> Date: 2021-09-22 04:45:22
On Thu, 16 Sep 2021 10:54:04 -0700, Bart Van Assche wrote:
A command tag is passed as the second argument of the
__ufshcd_transfer_req_compl() call in ufshcd_eh_device_reset_handler()
instead of a bitmask. Fix this by passing a bitmask as argument instead
of a command tag.