input: touchscreen: goodix_berlin_driver: Resume on early resume notification

Change-Id: I97faa92f65bab911e0c2da065b80cdf2c592fafb
This commit is contained in:
Arian 2024-10-13 18:46:54 +02:00 committed by Jens Reidel
parent a426129cba
commit f5e75c1643
No known key found for this signature in database
GPG Key ID: 23C1E5F512C12303

View File

@ -1954,7 +1954,7 @@ static void goodix_panel_notifier_callback(enum panel_event_notifier_tag tag,
notification->notif_data.early_trigger);
switch (notification->notif_type) {
case DRM_PANEL_EVENT_UNBLANK:
if (!notification->notif_data.early_trigger)
if (notification->notif_data.early_trigger)
goodix_ts_resume(core_data);
break;