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

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

Merge "power: qpnp-fg: fix a potential access lockup"

parents 96a2e574 1320125a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -717,7 +717,7 @@ out:
		rc = fg_release_access(chip);
		if (rc) {
			pr_err("failed to set mem access bit\n");
			return -EIO;
			rc = -EIO;
		}
	}