From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Wed, 16 Sep 2020 19:09:58 -0600 Subject: [PATCH 2/4] net: mdio: Supply appropriate devices for dev_dgb calls In-Reply-To: <20200913002821.404022-3-seanga2@gmail.com> References: <20200913002821.404022-1-seanga2@gmail.com> <20200913002821.404022-3-seanga2@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, 12 Sep 2020 at 18:28, Sean Anderson wrote: > > The name of the device we are working on is `ethdev` and not just `dev`. > > Signed-off-by: Sean Anderson > --- > > net/mdio-uclass.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Reviewed-by: Simon Glass BTW I really like using 'dev' for the struct udevice if there is only one, and other names for other things (e.g. edev for Ethernet, udev for USB).