summaryrefslogtreecommitdiff
path: root/drivers/char
diff options
context:
space:
mode:
authorZiqi Chen <ziqichen@codeaurora.org>2019-03-27 15:50:27 +0800
committerZiqi Chen <ziqichen@codeaurora.org>2019-03-29 11:12:40 +0800
commit11306d8c058e30f7daf35f6c6d6e6211d73c78fa (patch)
tree889ee756275c4bd220870bc076c96926a70144a2 /drivers/char
parent83fc1fe4359fc125e68031db6e80da5c0f08070b (diff)
Scsi: ufs: fix issue of task tag in used
Fix a coding error that lrb_in_use bitmap is cleared twice after its corresponding request is completed. Otherwise, a tag, which is assigned to a new request, get released from lrb_in_use in the first clear shall be cleared again even before the new request is actually completed. Fix this error by removing the second clear. CRs-Fixed: 2417820 Change-Id: I4216fa32073d2a0f0f15c0979e4dd0ad542ce684 Signed-off-by: Ziqi Chen <ziqichen@codeaurora.org>
Diffstat (limited to 'drivers/char')
0 files changed, 0 insertions, 0 deletions