diff options
Diffstat (limited to 'net/bluetooth/amp.c')
-rw-r--r-- | net/bluetooth/amp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/amp.c b/net/bluetooth/amp.c index 845e43073c40..5dab2d1c7c82 100644 --- a/net/bluetooth/amp.c +++ b/net/bluetooth/amp.c | |||
@@ -19,7 +19,7 @@ | |||
19 | #include <crypto/hash.h> | 19 | #include <crypto/hash.h> |
20 | 20 | ||
21 | /* Remote AMP Controllers interface */ | 21 | /* Remote AMP Controllers interface */ |
22 | static void amp_ctrl_get(struct amp_ctrl *ctrl) | 22 | void amp_ctrl_get(struct amp_ctrl *ctrl) |
23 | { | 23 | { |
24 | BT_DBG("ctrl %p orig refcnt %d", ctrl, | 24 | BT_DBG("ctrl %p orig refcnt %d", ctrl, |
25 | atomic_read(&ctrl->kref.refcount)); | 25 | atomic_read(&ctrl->kref.refcount)); |