From 9d58e01d96758819c709cd195ced3040b36478a3 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 20 Apr 2010 11:52:41 -0500 Subject: wavecom: Braces are not necessary --- plugins/wavecom.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/wavecom.c') diff --git a/plugins/wavecom.c b/plugins/wavecom.c index eab3abd0..8ac2d24e 100644 --- a/plugins/wavecom.c +++ b/plugins/wavecom.c @@ -93,9 +93,8 @@ static int wavecom_enable(struct ofono_modem *modem) g_hash_table_destroy(options); - if (!channel) { + if (!channel) return -EIO; - } /* Could not figure out whether it is fully compliant or not */ syntax = g_at_syntax_new_gsm_permissive(); -- cgit v1.2.3