Skip to content

Commit 571cf19

Browse files
committed
format
1 parent 59b888c commit 571cf19

File tree

1 file changed

+0
-1
lines changed
  • components/drivers/phy

1 file changed

+0
-1
lines changed

components/drivers/phy/phy.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,6 @@ static rt_bool_t phy_match(rt_driver_t drv, rt_device_t dev)
536536
{
537537
struct rt_phy_device *pdev = rt_container_of(dev, struct rt_phy_device, parent);
538538
struct rt_phy_driver *pdrv = rt_container_of(drv, struct rt_phy_driver, parent);
539-
rt_kprintf("pdrv->uid = %x pdrv->mask = %x pdev->phy_id = %x pdrv->mask = %x\n",pdrv->uid,pdrv->mask,pdev->phy_id,pdrv->mask);
540539
if ((pdrv->uid & pdrv->mask) == (pdev->phy_id & pdrv->mask))
541540
return RT_TRUE;
542541

0 commit comments

Comments
 (0)