Files
openwrt/target/linux
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
..
2024-06-05 09:34:06 +02:00
2024-09-20 18:42:56 +01:00
2024-09-19 22:57:53 +02:00
2024-09-09 14:29:58 +02:00
2024-08-30 11:39:44 +02:00
2024-05-29 17:56:28 +02:00
2024-09-20 19:51:57 +02:00
2024-08-25 15:08:25 +02:00
2024-08-25 15:08:25 +02:00
2024-04-25 14:33:22 +02:00
2024-09-16 00:19:49 +02:00
2024-09-20 18:51:06 +01:00
2024-09-20 11:16:02 +02:00
2024-09-15 16:32:48 +02:00
2024-09-19 22:57:53 +02:00
2024-08-03 11:36:59 +02:00