Browse Source

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

This reverts commit b0df2d8ab54348f908efe970eb0d29cc1e0d26ac.

Change-Id: Ieff48a264ea0cdcd690bb40f1b67f965731161a8
Divya Sharma 4 years ago
parent
commit
984a4dcaf7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      soc/pinctrl-lpi.c

+ 2 - 0
soc/pinctrl-lpi.c

@@ -181,6 +181,8 @@ 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);