linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4] Bluetooth: btusb: Add return error code
@ 2023-10-20  2:16 Youwan Wang
  2023-10-20  2:43 ` [v4] " bluez.test.bot
  0 siblings, 1 reply; 2+ messages in thread
From: Youwan Wang @ 2023-10-20  2:16 UTC (permalink / raw)
  To: marcel; +Cc: linux-bluetooth, linux-kernel, Youwan Wang

Add return error code

Signed-off-by: Youwan Wang <youwan@nfschina.com>
---
 drivers/bluetooth/btusb.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index b8e9de887b5d..ec6bdc9687b1 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -2826,8 +2826,10 @@ static int btusb_mtk_hci_wmt_sync(struct hci_dev *hdev,
 		goto err_free_wc;
 	}
 
-	if (data->evt_skb == NULL)
+	if (data->evt_skb == NULL) {
+		err = -ENOBUFS;
 		goto err_free_wc;
+	}
 
 	/* Parse and handle the return WMT event */
 	wmt_evt = (struct btmtk_hci_wmt_evt *)data->evt_skb->data;
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* RE: [v4] Bluetooth: btusb: Add return error code
  2023-10-20  2:16 [PATCH v4] Bluetooth: btusb: Add return error code Youwan Wang
@ 2023-10-20  2:43 ` bluez.test.bot
  0 siblings, 0 replies; 2+ messages in thread
From: bluez.test.bot @ 2023-10-20  2:43 UTC (permalink / raw)
  To: linux-bluetooth, youwan

[-- Attachment #1: Type: text/plain, Size: 1426 bytes --]

This is automated email and please do not reply to this email!

Dear submitter,

Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=794918

---Test result---

Test Summary:
CheckPatch                    PASS      0.67 seconds
GitLint                       PASS      0.33 seconds
SubjectPrefix                 PASS      0.12 seconds
BuildKernel                   PASS      32.83 seconds
CheckAllWarning               PASS      36.11 seconds
CheckSparse                   PASS      41.57 seconds
CheckSmatch                   PASS      116.80 seconds
BuildKernel32                 PASS      32.08 seconds
TestRunnerSetup               PASS      501.45 seconds
TestRunner_l2cap-tester       PASS      29.55 seconds
TestRunner_iso-tester         PASS      59.66 seconds
TestRunner_bnep-tester        PASS      9.77 seconds
TestRunner_mgmt-tester        PASS      208.71 seconds
TestRunner_rfcomm-tester      PASS      14.90 seconds
TestRunner_sco-tester         PASS      18.37 seconds
TestRunner_ioctl-tester       PASS      16.84 seconds
TestRunner_mesh-tester        PASS      12.43 seconds
TestRunner_smp-tester         PASS      13.29 seconds
TestRunner_userchan-tester    PASS      10.30 seconds
IncrementalBuild              PASS      30.49 seconds



---
Regards,
Linux Bluetooth


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-10-20  2:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-20  2:16 [PATCH v4] Bluetooth: btusb: Add return error code Youwan Wang
2023-10-20  2:43 ` [v4] " bluez.test.bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).