| 621e3634 | 27-Feb-2026 |
Inochi Amaoto <inochiama@gmail.com> |
net: ethernet: litex: use device pointer to simplify code.
As there is already a device pointer in the probe function, replace all "&pdev->dev" pattern with this predefined device pointer.
Signed-o
net: ethernet: litex: use device pointer to simplify code.
As there is already a device pointer in the probe function, replace all "&pdev->dev" pattern with this predefined device pointer.
Signed-off-by: Inochi Amaoto <inochiama@gmail.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Link: https://patch.msgid.link/20260227003351.752934-3-inochiama@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
show more ...
|