All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] isimodem: Remove extra bogus semicolon
@ 2011-12-29 21:30 Syam Sidhardhan
  2011-12-28 22:02 ` Denis Kenzior
  0 siblings, 1 reply; 2+ messages in thread
From: Syam Sidhardhan @ 2011-12-29 21:30 UTC (permalink / raw)
  To: ofono

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

---
 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 f7ee95b..2f38f68 100644
--- a/drivers/isimodem/voicecall.c
+++ b/drivers/isimodem/voicecall.c
@@ -1793,7 +1793,7 @@ static void isi_swap_without_accept(struct ofono_voicecall *ovc,
 static void isi_send_tones(struct ofono_voicecall *ovc, const char *tones,
 				ofono_voicecall_cb_t cb, void *data)
 {
-	isi_call_dtmf_send_req(ovc, CALL_ID_ALL, tones, cb, data);;
+	isi_call_dtmf_send_req(ovc, CALL_ID_ALL, tones, cb, data);
 }
 
 static void subscribe_indications(GIsiClient *cl, void *data)
-- 
1.7.4.1


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

end of thread, other threads:[~2011-12-29 21:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-29 21:30 [PATCH] isimodem: Remove extra bogus semicolon Syam Sidhardhan
2011-12-28 22:02 ` 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.