Loading drivers/soc/qcom/subsys-pil-bg.c +3 −1 Original line number Diff line number Diff line /* Copyright (c) 2017-2018, The Linux Foundation. All rights reserved. /* Copyright (c) 2017-2019, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -303,6 +303,8 @@ static int bg_powerup(const struct subsys_desc *subsys) "%s: BG PIL Boot failed\n", __func__); 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); if (ret) { Loading Loading
drivers/soc/qcom/subsys-pil-bg.c +3 −1 Original line number Diff line number Diff line /* Copyright (c) 2017-2018, The Linux Foundation. All rights reserved. /* Copyright (c) 2017-2019, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -303,6 +303,8 @@ static int bg_powerup(const struct subsys_desc *subsys) "%s: BG PIL Boot failed\n", __func__); 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); if (ret) { Loading