Merge git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth
authorGustavo F. Padovan <padovan@profusion.mobi>
Mon, 19 Dec 2011 13:37:53 +0000 (11:37 -0200)
committerGustavo F. Padovan <padovan@profusion.mobi>
Mon, 19 Dec 2011 13:37:53 +0000 (11:37 -0200)
Conflicts:
net/bluetooth/l2cap_core.c

1  2 
net/bluetooth/hci_conn.c
net/bluetooth/l2cap_core.c
net/bluetooth/rfcomm/core.c

Simple merge
@@@ -2416,8 -2152,7 +2416,8 @@@ static int l2cap_parse_conf_rsp(struct 
        void *ptr = req->data;
        int type, olen;
        unsigned long val;
-       struct l2cap_conf_rfc rfc;
+       struct l2cap_conf_rfc rfc = { .mode = L2CAP_MODE_BASIC };
 +      struct l2cap_conf_efs efs;
  
        BT_DBG("chan %p, rsp %p, len %d, req %p", chan, rsp, len, data);
  
Simple merge