This reverts commit b0df2d8ab54348f908efe970eb0d29cc1e0d26ac. Change-Id: Ieff48a264ea0cdcd690bb40f1b67f965731161a8
@@ -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);