commit | 6dcae1eaee2b437536b2fe928a609f9589691ebf | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Mon May 16 23:09:26 2011 -0400 |
committer | David S. Miller <davem@davemloft.net> | Mon May 16 23:09:26 2011 -0400 |
tree | 9216d7a91897a437b1f251e3d7e23897e983f564 | |
parent | d46d4d64a85c6ff6118b33afd5d63bcb7e4be54a [diff] |
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>