All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] Make function reset_available() return void
@ 2010-08-19  6:05 Yang Gu
  2010-08-19  6:05 ` [PATCH 2/2] sim: Read EFust and EFest Yang Gu
  2010-08-19  8:15 ` [PATCH 1/2] Make function reset_available() return void Marcel Holtmann
  0 siblings, 2 replies; 4+ messages in thread
From: Yang Gu @ 2010-08-19  6:05 UTC (permalink / raw)
  To: ofono

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

This change is to dispel compiler's complaint.
---
 src/network.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/network.c b/src/network.c
index f5b9a5e..190eba9 100644
--- a/src/network.c
+++ b/src/network.c
@@ -1175,7 +1175,7 @@ static void notify_status_watches(struct ofono_netreg *netreg)
 	}
 }
 
-static gboolean reset_available(struct network_operator_data *old,
+static void reset_available(struct network_operator_data *old,
 				const struct ofono_network_operator *new)
 {
 	if (old == NULL)
-- 
1.7.0.4


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

end of thread, other threads:[~2010-08-23 19:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-19  6:05 [PATCH 1/2] Make function reset_available() return void Yang Gu
2010-08-19  6:05 ` [PATCH 2/2] sim: Read EFust and EFest Yang Gu
2010-08-23 19:31   ` Denis Kenzior
2010-08-19  8:15 ` [PATCH 1/2] Make function reset_available() return void 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.