diff options
author | Fabio Estevam <festevam@denx.de> | 2022-05-04 11:31:04 -0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-05-05 17:02:02 -0700 |
commit | 15f03ffe4bb951e982457f44b6cf6b06ef4cbb93 (patch) | |
tree | 885c5c1ee66ac7e337f649abf7cd61c0490997c5 /include | |
parent | e333eed63a091a09bd0db191b7710c594c6e995b (diff) |
net: phy: micrel: Pass .probe for KS8737
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@vger.kernel.org
Fixes: f1131b9c23fb ("net: phy: micrel: use kszphy_suspend()/kszphy_resume for irq aware devices")
Reported-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Fabio Estevam <festevam@denx.de>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://lore.kernel.org/r/20220504143104.1286960-2-festevam@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions