From a4c37333145b65e5ff7b6c9727fd2c5d673152b0 Mon Sep 17 00:00:00 2001 From: Jeevaka Badrappan Date: Sat, 5 Feb 2011 06:29:07 -0800 Subject: hfpmodem: M16 coding style fix --- drivers/hfpmodem/voicecall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/hfpmodem/voicecall.c b/drivers/hfpmodem/voicecall.c index f247bea4..e5121f47 100644 --- a/drivers/hfpmodem/voicecall.c +++ b/drivers/hfpmodem/voicecall.c @@ -229,7 +229,7 @@ static void clcc_poll_cb(gboolean ok, GAtResult *result, gpointer user_data) if (oc && (nc == NULL || (nc->id > oc->id))) { enum ofono_disconnect_reason reason; - if (vd->local_release & (0x1 << oc->id)) + if (vd->local_release & (1 << oc->id)) reason = OFONO_DISCONNECT_REASON_LOCAL_HANGUP; else reason = OFONO_DISCONNECT_REASON_REMOTE_HANGUP; -- cgit v1.2.3