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

Commit 136fa6a2 authored by Greg Kaiser's avatar Greg Kaiser Committed by android-build-merger
Browse files

Merge "lmkd: Remove unnecessary conditional" am: 6b0e789a am: 27ee4c8d

am: 55d3902b

Change-Id: I6a1d999b140adc4903eb9e7f5eca3da2e3aa88aa
parents 437f9f92 55d3902b
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -2743,9 +2743,7 @@ static void call_handler(struct event_handler_info* handler_info,
         * at one per sec.
         */
        poll_params->poll_start_tm = curr_tm;
        if (poll_params->poll_handler != handler_info) {
        poll_params->poll_handler = handler_info;
        }
        break;
    case POLLING_STOP:
        poll_params->poll_handler = NULL;