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

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

Merge "drm/msm/dsi-staging: fix mem leak issue in ESD debugfs"

parents aef51f36 de7bc1be
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1163,7 +1163,7 @@ static ssize_t debugfs_esd_trigger_check(struct file *file,
		rc = dsi_panel_trigger_esd_attack(display->panel);
		if (rc) {
			pr_err("Failed to trigger ESD attack\n");
			return rc;
			goto error;
		}
	}