Re: [PATCH v2] wifi: ath10k: Drop of_get_property() call

From: Jeff Johnson
Date: Fri Jun 06 2025 - 18:54:26 EST


On 3/17/2025 10:19 AM, Rob Herring wrote:
> On Sat, Mar 15, 2025 at 5:07 AM Jonas Gorski <jonas.gorski@xxxxxxxxx> 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?