Loading drivers/bluetooth/btmrvl_debugfs.c +9 −10 Original line number Diff line number Diff line Loading @@ -421,8 +421,7 @@ void btmrvl_debugfs_init(struct hci_dev *hdev) dbg->hsstate = debugfs_create_file("hsstate", 0444, dbg->status_dir, priv, &btmrvl_hsstate_fops); dbg->txdnldready = debugfs_create_file("txdnldready", 0444, dbg->status_dir, priv, dbg->status_dir, priv, &btmrvl_txdnldready_fops); } Loading net/bluetooth/hci_event.c +2 −1 Original line number Diff line number Diff line Loading @@ -1344,7 +1344,8 @@ static int hci_outgoing_auth_needed(struct hci_dev *hdev, return 1; } static inline int hci_resolve_name(struct hci_dev *hdev, struct inquiry_entry *e) static inline int hci_resolve_name(struct hci_dev *hdev, struct inquiry_entry *e) { struct hci_cp_remote_name_req cp; Loading net/bluetooth/mgmt.c +1 −2 Original line number Diff line number Diff line Loading @@ -1926,8 +1926,7 @@ static int pin_code_reply(struct sock *sk, u16 index, void *data, u16 len) goto failed; } cmd = mgmt_pending_add(sk, MGMT_OP_PIN_CODE_REPLY, hdev, data, len); cmd = mgmt_pending_add(sk, MGMT_OP_PIN_CODE_REPLY, hdev, data, len); if (!cmd) { err = -ENOMEM; goto failed; Loading Loading
drivers/bluetooth/btmrvl_debugfs.c +9 −10 Original line number Diff line number Diff line Loading @@ -421,8 +421,7 @@ void btmrvl_debugfs_init(struct hci_dev *hdev) dbg->hsstate = debugfs_create_file("hsstate", 0444, dbg->status_dir, priv, &btmrvl_hsstate_fops); dbg->txdnldready = debugfs_create_file("txdnldready", 0444, dbg->status_dir, priv, dbg->status_dir, priv, &btmrvl_txdnldready_fops); } Loading
net/bluetooth/hci_event.c +2 −1 Original line number Diff line number Diff line Loading @@ -1344,7 +1344,8 @@ static int hci_outgoing_auth_needed(struct hci_dev *hdev, return 1; } static inline int hci_resolve_name(struct hci_dev *hdev, struct inquiry_entry *e) static inline int hci_resolve_name(struct hci_dev *hdev, struct inquiry_entry *e) { struct hci_cp_remote_name_req cp; Loading
net/bluetooth/mgmt.c +1 −2 Original line number Diff line number Diff line Loading @@ -1926,8 +1926,7 @@ static int pin_code_reply(struct sock *sk, u16 index, void *data, u16 len) goto failed; } cmd = mgmt_pending_add(sk, MGMT_OP_PIN_CODE_REPLY, hdev, data, len); cmd = mgmt_pending_add(sk, MGMT_OP_PIN_CODE_REPLY, hdev, data, len); if (!cmd) { err = -ENOMEM; goto failed; Loading