summaryrefslogtreecommitdiffstats
path: root/drivers/atmodem/voicecall.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/atmodem/voicecall.c')
-rw-r--r--drivers/atmodem/voicecall.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/atmodem/voicecall.c b/drivers/atmodem/voicecall.c
index 1f8e0d16..a73ca932 100644
--- a/drivers/atmodem/voicecall.c
+++ b/drivers/atmodem/voicecall.c
@@ -229,8 +229,7 @@ static void generic_cb(gboolean ok, GAtResult *result, gpointer user_data)
call = l->data;
if (req->affected_types & (0x1 << call->status))
- vd->local_release |=
- (0x1 << call->id);
+ vd->local_release |= (0x1 << call->id);
}
}