From: Claudio Takahasi Date: Thu, 11 Apr 2013 14:35:46 +0000 (-0300) Subject: Bluetooth: Minor coding style fix X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=92f185c89f2e8f99cfc302994948e962828ccb23;p=deliverable%2Flinux.git Bluetooth: Minor coding style fix This patch removes unneeded initialization and empty line. Signed-off-by: Claudio Takahasi Signed-off-by: Gustavo Padovan --- diff --git a/net/bluetooth/sco.c b/net/bluetooth/sco.c index 18e3594f238c..d8836802526c 100644 --- a/net/bluetooth/sco.c +++ b/net/bluetooth/sco.c @@ -481,8 +481,7 @@ static int sco_sock_connect(struct socket *sock, struct sockaddr *addr, int alen { struct sockaddr_sco *sa = (struct sockaddr_sco *) addr; struct sock *sk = sock->sk; - int err = 0; - + int err; BT_DBG("sk %p", sk);