On 3/17/2025 10:19 AM, Rob Herring wrote: > On Sat, Mar 15, 2025 at 5:07 AM Jonas Gorski <jonas.gor...@gmail.com> wrote: >> of_property_read_u8_array() returns 0 on success, but >> of_property_read_variable_u8_array() returns the number of elements >> read on success, so this check needs to be ret < 0 now. > > Indeed. Thanks for catching that.
cleaning up patchwork. was there ever a v3?