]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
Merge branch 'net-fec-fix-device_get_match_data-usage'
authorJakub Kicinski <kuba@kernel.org>
Thu, 19 Oct 2023 00:47:12 +0000 (17:47 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 19 Oct 2023 00:47:13 +0000 (17:47 -0700)
Alexander Stein says:

====================
net: fec: Fix device_get_match_data usage

this is v2 adressing the regression introduced by commit b0377116decd
("net: ethernet: Use device_get_match_data()").

You could also remove the (!dev_info) case for Coldfire as this platform
has no quirks. But IMHO this should be kept as long as Coldfire platform
data is supported.
====================

Link: https://lore.kernel.org/r/20231017063419.925266-1-alexander.stein@ew.tq-group.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge