Loading drivers/platform/msm/qpnp-power-on.c +2 −0 Original line number Diff line number Diff line Loading @@ -444,6 +444,8 @@ qpnp_pon_input_dispatch(struct qpnp_pon *pon, u32 pon_type) return -EINVAL; } pr_debug("PMIC input: code=%d, sts=0x%x\n", cfg->key_code, pon_rt_sts); key_status = pon_rt_sts & pon_rt_bit; /* simulate press event in case release event occured Loading Loading
drivers/platform/msm/qpnp-power-on.c +2 −0 Original line number Diff line number Diff line Loading @@ -444,6 +444,8 @@ qpnp_pon_input_dispatch(struct qpnp_pon *pon, u32 pon_type) return -EINVAL; } pr_debug("PMIC input: code=%d, sts=0x%x\n", cfg->key_code, pon_rt_sts); key_status = pon_rt_sts & pon_rt_bit; /* simulate press event in case release event occured Loading