* [PATCH] isimodem: fix return from call control requests
@ 2011-01-12 15:16 Pekka.Pessi
2011-01-12 16:09 ` Marcel Holtmann
0 siblings, 1 reply; 2+ messages in thread
From: Pekka.Pessi @ 2011-01-12 15:16 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 559 bytes --]
From: Pekka Pessi <Pekka.Pessi@nokia.com>
---
drivers/isimodem/voicecall.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/isimodem/voicecall.c b/drivers/isimodem/voicecall.c
index c19e64d..6f866a5 100644
--- a/drivers/isimodem/voicecall.c
+++ b/drivers/isimodem/voicecall.c
@@ -795,7 +795,7 @@ static void isi_call_control_resp(const GIsiMessage *msg, void *data)
}
if (cause == CALL_CAUSE_NO_CAUSE) {
- isi_ctx_return_failure(irc);
+ isi_ctx_return_success(irc);
return;
}
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-01-12 16:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-12 15:16 [PATCH] isimodem: fix return from call control requests Pekka.Pessi
2011-01-12 16:09 ` Marcel Holtmann
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.