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

Commit 98268515 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "scsi: ufs: fix a compilation warning"

parents 918e5c49 30554fe8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1680,7 +1680,7 @@ static int msm_ufs_pwr_change_notify(struct ufs_hba *hba,
	int val;
	struct msm_ufs_phy *phy = hba->priv;
	struct ufs_msm_dev_params ufs_msm_cap;
	int ret;
	int ret = 0;

	if (!dev_req_params) {
		pr_err("%s: incoming dev_req_params is NULL\n", __func__);