openwrt/target/linux/generic
Robert Marko 7f46e231eb generic: phy: aquantia: fix MDI pair property parsing
of_property_read_u32 returns -EINVAL when property does not exist,
according to the documentation -ENOENT is not a valid return code.

So, instead of checking for -ENOENT check for -EINVAL as otherwise the
blamed commit breaks AQR probe since it will return -EINVAL during probe.

Fixes: cb2a11f49c ("generic: phy: aquantia: add pending patch to force MDI pair order")
Link: https://github.com/openwrt/openwrt/pull/16466
Signed-off-by: Robert Marko <robimarko@gmail.com>
2024-09-23 18:38:44 +02:00
..
backport-6.6 generic: mtd: spinand: winbond: more serial NAND flash types 2024-09-22 19:03:22 +02:00
files generic: remove support for older kernels from swconfig 2024-09-20 19:26:52 +01:00
hack-6.6 generic: phy: aquantia: add pending patch to force MDI pair order 2024-09-20 22:47:05 +01:00
image target: use SPDX license identifiers on Makefiles 2021-02-10 15:47:18 +01:00
other-files initramfs: switch to tmpfs to fix ujail 2020-11-27 01:23:43 +00:00
pending-6.6 generic: phy: aquantia: fix MDI pair property parsing 2024-09-23 18:38:44 +02:00
config-6.6 x86: generic: disable rust support 2024-09-23 15:51:13 +02:00
config-filter generic: filter out CONFIG_FRAME_WARN 2023-07-01 11:52:07 +02:00
PATCHES