aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/bluetooth/mgmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c
index d9b042efbf42..a050eee61623 100644
--- a/net/bluetooth/mgmt.c
+++ b/net/bluetooth/mgmt.c
@@ -2716,7 +2716,7 @@ static int load_long_term_keys(struct sock *sk, struct hci_dev *hdev,
2716 BT_ERR("load_keys: expected %u bytes, got %u bytes", 2716 BT_ERR("load_keys: expected %u bytes, got %u bytes",
2717 len, expected_len); 2717 len, expected_len);
2718 return cmd_status(sk, hdev->id, MGMT_OP_LOAD_LONG_TERM_KEYS, 2718 return cmd_status(sk, hdev->id, MGMT_OP_LOAD_LONG_TERM_KEYS,
2719 EINVAL); 2719 MGMT_STATUS_INVALID_PARAMS);
2720 } 2720 }
2721 2721
2722 BT_DBG("%s key_count %u", hdev->name, key_count); 2722 BT_DBG("%s key_count %u", hdev->name, key_count);