From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrew@lunn.ch (Andrew Lunn) Date: Thu, 7 Dec 2017 16:46:39 +0100 Subject: [PATCH net-next v2 4/8] net: phy: meson-gxl: use genphy_config_init In-Reply-To: <20171207142715.32578-5-jbrunet@baylibre.com> References: <20171207142715.32578-1-jbrunet@baylibre.com> <20171207142715.32578-5-jbrunet@baylibre.com> Message-ID: <20171207154639.GH24750@lunn.ch> To: linus-amlogic@lists.infradead.org List-Id: linus-amlogic.lists.infradead.org On Thu, Dec 07, 2017 at 03:27:11PM +0100, Jerome Brunet wrote: > Use the generic init function to populate some of the phydev > structure fields > > Signed-off-by: Jerome Brunet Reviewed-by: Andrew Lunn Andrew