commit | e0f0cb56364958223f0cb1f1b0b0eecf1b8dcb95 | [log] [tgz] |
---|---|---|
author | Gustavo F. Padovan <padovan@profusion.mobi> | Mon Nov 01 18:43:53 2010 +0000 |
committer | Gustavo F. Padovan <padovan@profusion.mobi> | Wed Dec 01 21:04:42 2010 -0200 |
tree | 9eb8016a9ea039e65b3120d8b5f3568031238d76 | |
parent | cc11b9c14da4ca1c545b424dae2ae8fb1ab04063 [diff] |
Bluetooth: Get rid of __l2cap_get_sock_by_psm() l2cap_get_sock_by_psm() was the only user of this function, so I merged both into l2cap_get_sock_by_psm(). The socket lock now should be hold outside of l2cap_get_sock_by_psm() once we hold and release it inside the same function now. Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>