git: 0e617da8023d - stable/13 - arm64: allwinner: aw_usb3phy: Plug set but not used variable
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 16 May 2022 13:21:25 UTC
The branch stable/13 has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=0e617da8023d1c3554fa7dc7258862ea75d050b6 commit 0e617da8023d1c3554fa7dc7258862ea75d050b6 Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2022-02-21 09:54:47 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2022-05-16 13:15:43 +0000 arm64: allwinner: aw_usb3phy: Plug set but not used variable Sponsored by: Beckhoff Automation GmbH & Co. KG (cherry picked from commit cfd8b9545e62f2dbe5b03453aa34a53ee1a2cce9) --- sys/arm/allwinner/aw_usb3phy.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/arm/allwinner/aw_usb3phy.c b/sys/arm/allwinner/aw_usb3phy.c index f75622f1755d..9b61f64a6448 100644 --- a/sys/arm/allwinner/aw_usb3phy.c +++ b/sys/arm/allwinner/aw_usb3phy.c @@ -192,11 +192,9 @@ static int awusb3phy_set_mode(struct phynode *phynode, int mode) { device_t dev; - intptr_t phy; struct awusb3phy_softc *sc; dev = phynode_get_device(phynode); - phy = phynode_get_id(phynode); sc = device_get_softc(dev); if (mode != PHY_USB_MODE_HOST)