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

Commit 815aacf7 authored by himta ram's avatar himta ram Committed by Gerrit - the friendly Code Review server
Browse files

radio: RTC6226: post tune success event when scan done



Post tune success event when scan completed.

CRs-Fixed: 2641154
Change-Id: Ie491e2b7705cc52467cf2bb171b00ffc7a10b605
Signed-off-by: default avatarhimta ram <hram@codeaurora.org>
parent 04ac388e
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);