]> git.ipfire.org Git - thirdparty/linux.git/commit
net: dsa: ks8995: Fix incorrect OF match table name
authorAlok Tiwari <alok.a.tiwari@oracle.com>
Mon, 17 Nov 2025 09:53:50 +0000 (01:53 -0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 19 Nov 2025 02:22:04 +0000 (18:22 -0800)
commiteb74ae2f87d254e54ab15429e845c2c46f8e970f
tree3399fdc45b0ed938c24b6bbc287994f4f4ee2a39
parentefb238160e889e377578411d55abf47b1073492a
net: dsa: ks8995: Fix incorrect OF match table name

The driver declares an OF match table named ks8895_spi_of_match, even
though it describes compatible strings for the KS8995 and related Micrel
switches. This is a leftover typo, the correct name should match the
chip family handled by this driver ks8995, and also match the variable
used in spi_driver.of_match_table.

Signed-off-by: Alok Tiwari <alok.a.tiwari@oracle.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://patch.msgid.link/20251117095356.2099772-1-alok.a.tiwari@oracle.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/dsa/ks8995.c