mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 20:22:09 +00:00
net: dsa: tag_rtl8_4: fix typo in modalias name
DSA_TAG_PROTO_RTL8_4L is not defined. It should be
DSA_TAG_PROTO_RTL8_4T.
Fixes: cd87fecded
("net: dsa: tag_rtl8_4: add rtl8_4t trailing variant")
Reported-by: Arınç ÜNAL <arinc.unal@arinc9.com>
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Link: https://lore.kernel.org/r/20220309175641.12943-1-luizluca@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
6c7e7da2e0
commit
3126b731ce
@ -247,7 +247,7 @@ static const struct dsa_device_ops rtl8_4t_netdev_ops = {
|
||||
|
||||
DSA_TAG_DRIVER(rtl8_4t_netdev_ops);
|
||||
|
||||
MODULE_ALIAS_DSA_TAG_DRIVER(DSA_TAG_PROTO_RTL8_4L);
|
||||
MODULE_ALIAS_DSA_TAG_DRIVER(DSA_TAG_PROTO_RTL8_4T);
|
||||
|
||||
static struct dsa_tag_driver *dsa_tag_drivers[] = {
|
||||
&DSA_TAG_DRIVER_NAME(rtl8_4_netdev_ops),
|
||||
|
Loading…
Reference in New Issue
Block a user