aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/sco.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/bluetooth/sco.c')
-rw-r--r--net/bluetooth/sco.c2
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
54static int disable_esco; 54static bool disable_esco;
55 55
56static const struct proto_ops sco_sock_ops; 56static const struct proto_ops sco_sock_ops;
57 57