The branch main has been updated by adrian:

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

commit c7f93ee5cc29fdf3ccecb11921f419919616d1d9
Author:     Adrian Chadd <adr...@freebsd.org>
AuthorDate: 2021-12-28 02:33:06 +0000
Commit:     Adrian Chadd <adr...@freebsd.org>
CommitDate: 2021-12-28 02:33:06 +0000

    ipq4018_usb_phy: remove old debugging routine
    
    This isn't needed anymore, I know that these work!
---
 sys/arm/qualcomm/ipq4018_usb_ss_phy.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sys/arm/qualcomm/ipq4018_usb_ss_phy.c 
b/sys/arm/qualcomm/ipq4018_usb_ss_phy.c
index 4751213e8cab..3fe6d8115975 100644
--- a/sys/arm/qualcomm/ipq4018_usb_ss_phy.c
+++ b/sys/arm/qualcomm/ipq4018_usb_ss_phy.c
@@ -74,8 +74,6 @@ ipq4018_usb_ss_phynode_phy_enable(struct phynode *phynode, 
bool enable)
        dev = phynode_get_device(phynode);
        sc = phynode_get_softc(phynode);
 
-       device_printf(dev, "%s: called, enable=%d\n", __func__, enable);
-
        /*
         * For power-off - assert por, sleep for 10ms
         */

Reply via email to