]> git.baikalelectronics.ru Git - kernel.git/commit
net: dsa: realtek: don't parse compatible string for RTL8366S
authorAlvin Šipraga <alsi@bang-olufsen.dk>
Tue, 12 Apr 2022 15:57:49 +0000 (17:57 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 13 Apr 2022 13:40:59 +0000 (14:40 +0100)
commit4cc14f21600e3cad9c13115e77a00d09084e00c6
tree3733c380cf501d8a59da3f669ee1560138acc72d
parent0d9de820582d4a08b1286dd9b6edbfe3c6899910
net: dsa: realtek: don't parse compatible string for RTL8366S

This switch is not even supported, but if someone were to actually put
this compatible string "realtek,rtl8366s" in their device tree, they
would be greeted with a kernel panic because the probe function would
dereference NULL. So let's just remove it.

Link: https://lore.kernel.org/all/CACRpkdYdKZs0WExXc3=0yPNOwP+oOV60HRz7SRoGjZvYHaT=1g@mail.gmail.com/
Signed-off-by: Alvin Šipraga <alsi@bang-olufsen.dk>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/realtek/realtek-smi.c