On Wed, May 04, 2022 at 11:31:04AM -0300, Fabio Estevam wrote: > From: Fabio Estevam <festevam@xxxxxxx> > > Since commit f1131b9c23fb ("net: phy: micrel: use > kszphy_suspend()/kszphy_resume for irq aware devices") the kszphy_suspend/ > resume hooks are used. > > These functions require the probe function to be called so that > priv can be allocated. > > Otherwise, a NULL pointer dereference happens inside > kszphy_config_reset(). > > Cc: stable@xxxxxxxxxxxxxxx > Fixes: f1131b9c23fb ("net: phy: micrel: use kszphy_suspend()/kszphy_resume for irq aware devices") > Reported-by: Andrew Lunn <andrew@xxxxxxx> > Signed-off-by: Fabio Estevam <festevam@xxxxxxx> Reviewed-by: Andrew Lunn <andrew@xxxxxxx> Andrew