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

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

Merge "disp: msm: sde: initialize list head of irq node"

parents 56d549f4 a073375c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6176,6 +6176,7 @@ static int _sde_crtc_event_enable(struct sde_kms *kms,
			if (!node)
				return -ENOMEM;
			INIT_LIST_HEAD(&node->list);
			INIT_LIST_HEAD(&node->irq.list);
			node->func = custom_events[i].func;
			node->event = event;
			node->state = IRQ_NOINIT;