Files
linux/drivers
Russell King (Oracle) 0bd199fd9c net: phy: constify phydev->drv
Device driver structures are shared between all devices that they
match, and thus nothing should never write to the device driver
structure through the phydev->drv pointer. Let's make this pointer
const to catch code that attempts to do so.

Suggested-by: Christian Marangi <ansuelsmth@gmail.com>
Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Link: https://lore.kernel.org/r/E1rVxXt-002YqY-9G@rmk-PC.armlinux.org.uk
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
2024-02-06 12:44:40 +01:00
..
2024-01-24 22:58:00 -08:00
2024-02-06 12:44:40 +01:00
2024-01-05 15:55:41 +05:30
2024-01-04 17:03:47 +01:00
2024-01-12 12:38:37 +01:00