Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Dec 2021 12:20:15 GMT
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 6e1be96fd247 - main - Add the missing terminator to the bcm_xhci methods
Message-ID:  <202112291220.1BTCKFI6027113@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by andrew:

URL: https://cgit.FreeBSD.org/src/commit/?id=6e1be96fd24748fe5d77ad3ac767e3b1b0ab0701

commit 6e1be96fd24748fe5d77ad3ac767e3b1b0ab0701
Author:     Andrew Turner <andrew@FreeBSD.org>
AuthorDate: 2021-12-29 12:18:10 +0000
Commit:     Andrew Turner <andrew@FreeBSD.org>
CommitDate: 2021-12-29 12:20:01 +0000

    Add the missing terminator to the bcm_xhci methods
    
    Sponsored by:   The FreeBSD Foundation
---
 sys/arm/broadcom/bcm2835/bcm2838_xhci.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sys/arm/broadcom/bcm2835/bcm2838_xhci.c b/sys/arm/broadcom/bcm2835/bcm2838_xhci.c
index 5805254c0623..4eb9ce748376 100644
--- a/sys/arm/broadcom/bcm2835/bcm2838_xhci.c
+++ b/sys/arm/broadcom/bcm2835/bcm2838_xhci.c
@@ -207,6 +207,8 @@ static device_method_t bcm_xhci_methods[] = {
 	/* Device interface. */
 	DEVMETHOD(device_probe,			bcm_xhci_probe),
 	DEVMETHOD(device_attach,		bcm_xhci_attach),
+
+	DEVMETHOD_END,
 };
 
 DEFINE_CLASS_1(bcm_xhci, bcm_xhci_driver, bcm_xhci_methods,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112291220.1BTCKFI6027113>