Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Dec 2021 02:33:26 GMT
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: c7f93ee5cc29 - main - ipq4018_usb_phy: remove old debugging routine
Message-ID:  <202112280233.1BS2XQbk025080@gitrepo.freebsd.org>

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

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

commit c7f93ee5cc29fdf3ccecb11921f419919616d1d9
Author:     Adrian Chadd <adrian@FreeBSD.org>
AuthorDate: 2021-12-28 02:33:06 +0000
Commit:     Adrian Chadd <adrian@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
 	 */



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