Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f08c61e9 authored by Can Guo's avatar Can Guo
Browse files

scsi: ufs: remove redundant code introduced from patch porting



This change removes an identical code which was introduced during patch
porting.

Change-Id: Ie76dd60ee8e83e3418b94dcacd97bea517ee1bf9
Signed-off-by: default avatarCan Guo <cang@codeaurora.org>
parent 05ca8524
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -10614,8 +10614,6 @@ void ufshcd_remove(struct ufs_hba *hba)
			devfreq_remove_device(hba->devfreq);
	}

	ufshcd_exit_latency_hist(hba);

	ufshcd_hba_exit(hba);
	ufsdbg_remove_debugfs(hba);
}