Merge remote-tracking branch 'staging/staging-next'
[deliverable/linux.git] / drivers / staging / i4l / pcbit / capi.c
index 4e3cbf857d6066cfceff3ff3422c9b5cfdbd3318..373f90feda5a9bcc8c244735ec3c67ffda565561 100644 (file)
@@ -92,9 +92,7 @@ int capi_conn_req(const char *calledPN, struct sk_buff **skb, int proto)
                *(skb_put(*skb, 1)) = 0x80;     /* Speech               */
                *(skb_put(*skb, 1)) = 0x10;     /* Circuit Mode         */
                *(skb_put(*skb, 1)) = 0x23;     /* A-law                */
-       }
-       else
-       {
+       } else {
                /* Bearer Capability - Mandatory*/
                *(skb_put(*skb, 1)) = 2;        /* BC0.Length           */
                *(skb_put(*skb, 1)) = 0x88;     /* Digital Information  */
This page took 0.026508 seconds and 5 git commands to generate.