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

Commit 17b53e15 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 4ea54969 3921138f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -518,6 +518,8 @@ int rtc6226_cancel_seek(struct rtc6226_device *radio)

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

	return retval;