]> git.baikalelectronics.ru Git - kernel.git/commit
bluetooth: Fix warnings in l2cap_core.c
authorDavid S. Miller <davem@davemloft.net>
Tue, 17 May 2011 03:09:26 +0000 (23:09 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 17 May 2011 03:09:26 +0000 (23:09 -0400)
commit4ad720b38b7639fdcd2226f3acf84f09f37a6c22
tree9216d7a91897a437b1f251e3d7e23897e983f564
parentfeead1a14599d9eb8ae3817a47bc55680e0b494d
bluetooth: Fix warnings in l2cap_core.c

net/bluetooth/l2cap_core.c: In function ‘l2cap_recv_frame’:
net/bluetooth/l2cap_core.c:3758:15: warning: ‘sk’ may be used uninitialized in this function
net/bluetooth/l2cap_core.c:3758:15: note: ‘sk’ was declared here
net/bluetooth/l2cap_core.c:3791:15: warning: ‘sk’ may be used uninitialized in this function
net/bluetooth/l2cap_core.c:3791:15: note: ‘sk’ was declared here

Signed-off-by: David S. Miller <davem@davemloft.net>
net/bluetooth/l2cap_core.c