All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] atmodem/sms: added missing return in at_cmt_notify before error processing
@ 2018-09-20  5:08 Giacinto Cifelli
  2018-09-20 15:52 ` Denis Kenzior
  0 siblings, 1 reply; 2+ messages in thread
From: Giacinto Cifelli @ 2018-09-20  5:08 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 465 bytes --]

---
 drivers/atmodem/sms.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/atmodem/sms.c b/drivers/atmodem/sms.c
index 7e78fcf..fb4d67a 100644
--- a/drivers/atmodem/sms.c
+++ b/drivers/atmodem/sms.c
@@ -455,6 +455,7 @@ static void at_cmt_notify(GAtResult *result, gpointer user_data)
 
 	if (data->vendor != OFONO_VENDOR_SIMCOM)
 		at_ack_delivery(sms);
+	return;
 
 err:
 	ofono_error("Unable to parse CMT notification");
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] atmodem/sms: added missing return in at_cmt_notify before error processing
  2018-09-20  5:08 [PATCH] atmodem/sms: added missing return in at_cmt_notify before error processing Giacinto Cifelli
@ 2018-09-20 15:52 ` Denis Kenzior
  0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2018-09-20 15:52 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 217 bytes --]

Hi Giacinto,

On 09/20/2018 12:08 AM, Giacinto Cifelli wrote:
> ---
>   drivers/atmodem/sms.c | 1 +
>   1 file changed, 1 insertion(+)
> 

Applied after tweaking the commit description.

Regards,
-Denis


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-09-20 15:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-20  5:08 [PATCH] atmodem/sms: added missing return in at_cmt_notify before error processing Giacinto Cifelli
2018-09-20 15:52 ` Denis Kenzior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.