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

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

Merge "RTC6226: send the SEEK COMPLETE event when seek cancel"

parents 6f029619 6f2adbc1
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -518,6 +518,8 @@ int rtc6226_cancel_seek(struct rtc6226_device *radio)


	mutex_unlock(&radio->lock);
	mutex_unlock(&radio->lock);
	radio->is_search_cancelled = true;
	radio->is_search_cancelled = true;
	if (radio->g_search_mode == SEEK)
		rtc6226_q_event(radio, RTC6226_EVT_SEEK_COMPLETE);


	return retval;
	return retval;