diff options
author | Joe Perches <joe@perches.com> | 2011-06-29 18:18:29 -0700 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-06-30 18:44:08 -0300 |
commit | e175072f377047e28e399c5c661e39e69722f35b (patch) | |
tree | a82e4a67efe76fefcbe958c258fafbd96afaa471 /include/net/bluetooth | |
parent | 942ecc9c4643db5ce071562e0a23f99464d6b461 (diff) | |
download | blackbird-op-linux-e175072f377047e28e399c5c661e39e69722f35b.tar.gz blackbird-op-linux-e175072f377047e28e399c5c661e39e69722f35b.zip |
Bluetooth: Rename function bt_err to bt_to_errno
Make it easier to use more normal logging styles later.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'include/net/bluetooth')
-rw-r--r-- | include/net/bluetooth/bluetooth.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/bluetooth/bluetooth.h b/include/net/bluetooth/bluetooth.h index 7bccaf921cab..7d77545fdd64 100644 --- a/include/net/bluetooth/bluetooth.h +++ b/include/net/bluetooth/bluetooth.h @@ -204,7 +204,7 @@ out: return NULL; } -int bt_err(__u16 code); +int bt_to_errno(__u16 code); extern int hci_sock_init(void); extern void hci_sock_cleanup(void); |