From: Gustavo F. Padovan Date: Mon, 1 Nov 2010 18:43:53 +0000 (+0000) Subject: Bluetooth: Get rid of __rfcomm_get_sock_by_channel() X-Git-Tag: v2.6.38-rc1~476^2~276^2^2~10^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eeb366564be7c311b31c70821d18a43a8a57f9bc;p=pandora-kernel.git 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 --- Reading git-diff-tree failed