Loading drivers/soc/qcom/subsys-pil-bg.c +0 −4 Original line number Original line Diff line number Diff line Loading @@ -299,7 +299,6 @@ static int bg_powerup(const struct subsys_desc *subsys) __func__, bg_data->status_irq, ret); __func__, bg_data->status_irq, ret); return ret; return ret; } } disable_irq(bg_data->status_irq); /* Enable status and err fatal irqs */ /* Enable status and err fatal irqs */ ret = pil_boot(&bg_data->desc); ret = pil_boot(&bg_data->desc); Loading @@ -308,9 +307,6 @@ static int bg_powerup(const struct subsys_desc *subsys) "%s: BG PIL Boot failed\n", __func__); "%s: BG PIL Boot failed\n", __func__); return ret; return ret; } } /* wait for msm_gpio_irq_handler to get invoked before enable irq */ usleep_range(5000, 6000); enable_irq(bg_data->status_irq); ret = wait_for_err_ready(bg_data); ret = wait_for_err_ready(bg_data); if (ret) { if (ret) { dev_err(bg_data->desc.dev, dev_err(bg_data->desc.dev, Loading Loading
drivers/soc/qcom/subsys-pil-bg.c +0 −4 Original line number Original line Diff line number Diff line Loading @@ -299,7 +299,6 @@ static int bg_powerup(const struct subsys_desc *subsys) __func__, bg_data->status_irq, ret); __func__, bg_data->status_irq, ret); return ret; return ret; } } disable_irq(bg_data->status_irq); /* Enable status and err fatal irqs */ /* Enable status and err fatal irqs */ ret = pil_boot(&bg_data->desc); ret = pil_boot(&bg_data->desc); Loading @@ -308,9 +307,6 @@ static int bg_powerup(const struct subsys_desc *subsys) "%s: BG PIL Boot failed\n", __func__); "%s: BG PIL Boot failed\n", __func__); return ret; return ret; } } /* wait for msm_gpio_irq_handler to get invoked before enable irq */ usleep_range(5000, 6000); enable_irq(bg_data->status_irq); ret = wait_for_err_ready(bg_data); ret = wait_for_err_ready(bg_data); if (ret) { if (ret) { dev_err(bg_data->desc.dev, dev_err(bg_data->desc.dev, Loading