Loading drivers/leds/leds-qpnp.c +5 −4 Original line number Diff line number Diff line Loading @@ -3131,9 +3131,10 @@ static int qpnp_get_config_flash(struct qpnp_led_data *led, "Flash wa regulator get failed(%d)\n", rc); } } } else { led->flash_cfg->flash_wa_reg_get = true; } } if (led->id == QPNP_ID_FLASH1_LED0) { led->flash_cfg->enable_module = FLASH_ENABLE_LED_0; Loading Loading
drivers/leds/leds-qpnp.c +5 −4 Original line number Diff line number Diff line Loading @@ -3131,9 +3131,10 @@ static int qpnp_get_config_flash(struct qpnp_led_data *led, "Flash wa regulator get failed(%d)\n", rc); } } } else { led->flash_cfg->flash_wa_reg_get = true; } } if (led->id == QPNP_ID_FLASH1_LED0) { led->flash_cfg->enable_module = FLASH_ENABLE_LED_0; Loading