]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'Fixes-for-OF_MDIO-flag'
authorDavid S. Miller <davem@davemloft.net>
Fri, 5 Jun 2020 20:15:22 +0000 (13:15 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 5 Jun 2020 20:15:22 +0000 (13:15 -0700)
commit3991413ba02dcb009f8f7c063114f0f157883792
tree3761a270011f32dae3999c8f687490cca89c65b7
parent3c1ce2f34f8b3e781b1ec27912b9daeabcda9fba
parent093bfe2d508c23f3238664773d7e5e3c382ed38b
Merge branch 'Fixes-for-OF_MDIO-flag'

Dan Murphy says:

====================
Fixes for OF_MDIO flag

There are some residual drivers that check the CONFIG_OF_MDIO flag using the
if defs. Using this check does not work when the OF_MDIO is configured as a
module. Using the IS_ENABLED macro checks if the flag is declared as built-in
or as a module.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>