diff options
Diffstat (limited to 'net/bluetooth/sco.c')
-rw-r--r-- | net/bluetooth/sco.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/sco.c b/net/bluetooth/sco.c index a324b009e34b..a0d11b873831 100644 --- a/net/bluetooth/sco.c +++ b/net/bluetooth/sco.c | |||
@@ -51,7 +51,7 @@ | |||
51 | #include <net/bluetooth/hci_core.h> | 51 | #include <net/bluetooth/hci_core.h> |
52 | #include <net/bluetooth/sco.h> | 52 | #include <net/bluetooth/sco.h> |
53 | 53 | ||
54 | static int disable_esco; | 54 | static bool disable_esco; |
55 | 55 | ||
56 | static const struct proto_ops sco_sock_ops; | 56 | static const struct proto_ops sco_sock_ops; |
57 | 57 | ||