Bluetooth: remove unnecessary call to hci_sock_cleanup
authorAnand Gadiyar <gadiyar@ti.com>
Tue, 22 Feb 2011 07:13:26 +0000 (12:43 +0530)
committerGustavo F. Padovan <padovan@profusion.mobi>
Sat, 26 Feb 2011 01:36:58 +0000 (22:36 -0300)
commit0ed54dad52e8056f4440da723a4c117f2aef1f68
tree9f82ee62b1cfb740d219c9cd5428974c225b0ddc
parentb7440a14f28492bac30d7d43fd982fd210c6e971
Bluetooth: remove unnecessary call to hci_sock_cleanup

hci_sock_cleanup is already called after the sock_err label.
It appears that we can drop this call.

Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
net/bluetooth/af_bluetooth.c