mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 05:55:44 +02:00
ANDROID: scsi: ufs: fix build warning
ufshcd.c:8144:1: warning: unused label 'out' [-Wunused-label] Bug: 175212278 Signed-off-by: Petri Gynther <pgynther@google.com> Change-Id: I185958877f94f7cc18ccd3da476f4659665a6cb0 Signed-off-by: Will McVicker <willmcvicker@google.com>
This commit is contained in:
parent
dfdddf6004
commit
bbc2a30bc2
|
|
@ -8429,7 +8429,7 @@ static int ufshcd_set_dev_pwr_mode(struct ufs_hba *hba,
|
|||
|
||||
if (!ret)
|
||||
hba->curr_dev_pwr_mode = pwr_mode;
|
||||
out:
|
||||
|
||||
scsi_device_put(sdp);
|
||||
hba->host->eh_noresume = 0;
|
||||
return ret;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user