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

Commit caf52994 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "soc: remove error log in lpi gpio write"

parents a399898f 26542e07
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -181,8 +181,6 @@ static int lpi_gpio_write(struct lpi_gpio_pad *pad, unsigned int addr,
	int ret = 0;

	if (!lpi_dev_up) {
		pr_err_ratelimited("%s: ADSP is down due to SSR, return\n",
				  __func__);
		return 0;
	}
	pm_runtime_get_sync(lpi_dev);