Bluetooth: Remove unnecessary variable initialization
[pandora-kernel.git] / net / bluetooth / l2cap.c
index c0c0915..77e6715 100644 (file)
@@ -844,7 +844,7 @@ static int l2cap_do_connect(struct sock *sk)
        struct hci_conn *hcon;
        struct hci_dev *hdev;
        __u8 auth_type;
-       int err = 0;
+       int err;
 
        BT_DBG("%s -> %s psm 0x%2.2x", batostr(src), batostr(dst),
                                                        l2cap_pi(sk)->psm);