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

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

Merge "radio: RTC6226: post tune success event when scan done"

parents 2537e3d5 815aacf7
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -438,8 +438,10 @@ void rtc6226_scan(struct work_struct *work)
		if (!wait_for_completion_timeout(&radio->completion,
			msecs_to_jiffies(WAIT_TIMEOUT_MSEC)))
			FMDERR("%s: didn't receive STD for tune\n", __func__);
		else
		else {
			FMDERR("%s: received STD for tune\n", __func__);
			rtc6226_q_event(radio, RTC6226_EVT_TUNE_SUCC);
		}
	}
seek_cancelled:
	rtc6226_q_event(radio, RTC6226_EVT_SEEK_COMPLETE);