hfpmodem: M16 coding style fix

This commit is contained in:
Jeevaka Badrappan 2011-02-05 06:29:07 -08:00 committed by Marcel Holtmann
parent 4534b1c328
commit a4c3733314
1 changed files with 1 additions and 1 deletions

View File

@ -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;