diff options
author | Heiner Kallweit <hkallweit1@gmail.com> | 2020-03-27 17:33:32 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-03-27 15:56:34 -0700 |
commit | 2e8c339b4946490a922a21aa8cd869c6cfad2023 (patch) | |
tree | ff5a271649bca1e64f4c1521a34f9a80e576c06e /kernel/auditsc.c | |
parent | e00dd941ff9fa6ed920da5ead95d2598170fe4ea (diff) | |
download | linux-2e8c339b4946490a922a21aa8cd869c6cfad2023.tar.gz linux-2e8c339b4946490a922a21aa8cd869c6cfad2023.tar.bz2 linux-2e8c339b4946490a922a21aa8cd869c6cfad2023.zip |
r8169: fix PHY driver check on platforms w/o module softdeps
On Android/x86 the module loading infrastructure can't deal with
softdeps. Therefore the check for presence of the Realtek PHY driver
module fails. mdiobus_register() will try to load the PHY driver
module, therefore move the check to after this call and explicitly
check that a dedicated PHY driver is bound to the PHY device.
Fixes: f32593773549 ("r8169: check that Realtek PHY driver module is loaded")
Reported-by: Chih-Wei Huang <cwhuang@android-x86.org>
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'kernel/auditsc.c')
0 files changed, 0 insertions, 0 deletions