Bluetooth: Clean up logic in hci_cc_write_scan_enable
authorJohan Hedberg <johan.hedberg@intel.com>
Thu, 3 Nov 2011 22:17:45 +0000 (00:17 +0200)
committerGustavo F. Padovan <padovan@profusion.mobi>
Mon, 7 Nov 2011 19:25:06 +0000 (17:25 -0200)
commit36f7fc7e9ac72507ab7bf6caf77ad252c12ab37e
tree57bb46c000f6fc65d7eda40da6004336810a2f2e
parentabc545b8efe3d50d649590df4b88cc652fd057f1
Bluetooth: Clean up logic in hci_cc_write_scan_enable

This patch adds a new label to hci_cc_write_scan_enable to avoid
unnecessary indentation. This will be convenient especially when new
code for the discoverable timeout gets added.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
net/bluetooth/hci_event.c