scsi: ufs: Inline ufshcd_outstanding_req_clear()
authorBart Van Assche <bvanassche@acm.org>
Thu, 22 Jul 2021 03:34:31 +0000 (20:34 -0700)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 3 Aug 2021 01:43:58 +0000 (21:43 -0400)
commit815b9a27b0a3055585db37c422146067e55e0617
tree31001ada51f84a3e537bd6bfcea8e029ed321dfc
parent3d2ac73d13476fd996e3423863371805780a0663
scsi: ufs: Inline ufshcd_outstanding_req_clear()

Inline ufshcd_outstanding_req_clear() since it only has one caller and
since its body is only one line long.

Link: https://lore.kernel.org/r/20210722033439.26550-11-bvanassche@acm.org
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Stanley Chu <stanley.chu@mediatek.com>
Cc: Can Guo <cang@codeaurora.org>
Cc: Asutosh Das <asutoshd@codeaurora.org>
Reviewed-by: Avri Altman <avri.altman@wdc.com>
Reviewed-by: Bean Huo <beanhuo@micron.com>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/ufs/ufshcd.c