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

Commit 1be35a63 authored by Vaisakh Murali's avatar Vaisakh Murali Committed by Daniel Jacob Chittoor
Browse files

hxchipset: Discard notifier if not related to touchevents

Change-Id: I0b922b574306d7e3b2b16678e8fe14fb9a8c7b2d
parent 5c14c7d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1027,7 +1027,7 @@ int drm_notifier_callback(struct notifier_block *self,
 
    I("in\n");
 
    if (!evdata)
    if (!evdata || !evdata->data)
        return 0;
 
    if (!(event == DRM_PANEL_EARLY_EVENT_BLANK ||