From c7f93ee5cc29fdf3ccecb11921f419919616d1d9 Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Mon, 27 Dec 2021 18:33:06 -0800 Subject: [PATCH] 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 4751213e8ca..3fe6d811597 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 */