Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 495a16b4 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "leds: qti-flash: Fix updating flags when disabling flash/torch device"

parents ae1b5911 d06911ff
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -257,6 +257,8 @@ static int qti_flash_led_strobe(struct flash_node_data *fnode,
		if (rc < 0)
			goto error;

		fnode->configured = false;

		if (led->ref_count)
			led->ref_count--;

@@ -353,7 +355,7 @@ static int qti_flash_led_disable(struct flash_node_data *fnode)
	if (rc < 0)
		goto out;

	fnode->configured = false;
	fnode->current_ma = 0;

out:
	spin_unlock(&led->lock);