commit | eeb366564be7c311b31c70821d18a43a8a57f9bc | [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:43 2010 -0200 |
tree | 7378939c2d8be9356620d1d08a170b1c7f9f9759 | |
parent | e0f0cb56364958223f0cb1f1b0b0eecf1b8dcb95 [diff] |
Bluetooth: Get rid of __rfcomm_get_sock_by_channel() rfcomm_get_sock_by_channel() was the only user of this function, so I merged both into rfcomm_get_sock_by_channel(). The socket lock now should be hold outside of rfcomm_get_sock_by_channel() once we hold and release it inside the same function now. Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>