>-----Original Message----- >From: [email protected] <[email protected]> On >Behalf Of Claudiu Manoil >Sent: Monday, July 29, 2019 6:40 PM >To: Andrew Lunn <[email protected]> >Cc: David S . Miller <[email protected]>; Rob Herring ><[email protected]>; Leo Li <[email protected]>; Alexandru Marginean ><[email protected]>; [email protected]; >[email protected]; [email protected]; linux- >[email protected] >Subject: RE: [PATCH net-next v3 2/4] enetc: Add mdio bus driver for the PCIe >MDIO endpoint > >>-----Original Message----- >>From: Andrew Lunn <[email protected]> >>Sent: Monday, July 29, 2019 6:35 PM >>To: Claudiu Manoil <[email protected]> >>Cc: David S . Miller <[email protected]>; Rob Herring >><[email protected]>; Leo Li <[email protected]>; Alexandru Marginean >><[email protected]>; [email protected]; >>[email protected]; [email protected]; >>linux- [email protected] >>Subject: Re: [PATCH net-next v3 2/4] enetc: Add mdio bus driver for the >>PCIe MDIO endpoint >> >>> + hw->port = pci_iomap(pdev, 0, 0); >>> + if (!bus->priv) { >> >>hw->port ?? >> > >Yeah, better ignore this for now 😊 >It's for the enetc accessors, enetc_port_..().
Oh I see, it's a mistake. I'm checking the wrong thing. Sorry. Thanks for the review.

