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:
|
||
|---|---|---|
| .. | ||
| backport-6.6 | ||
| files | ||
| hack-6.6 | ||
| image | ||
| other-files | ||
| pending-6.6 | ||
| config-6.6 | ||
| config-filter | ||
| PATCHES | ||