Re: [PATCH v3 2/9] iio: adc: add the ti-ads1262 driver
From: Kurt Borja
Date: Tue Aug 11 2026 - 16:32:00 EST
On Mon Aug 10, 2026 at 1:48 PM -05, Andy Shevchenko wrote:
> On Sun, Aug 09, 2026 at 03:26:57AM -0500, Kurt Borja wrote:
>> On Sat Aug 8, 2026 at 1:39 PM -05, David Lechner wrote:
>> > On 8/7/26 10:58 PM, Kurt Borja wrote:
>
> [...]
>
>> >> + ret = fwnode_property_read_u32(node, "reg", ®);
>> >> + if (ret)
>> >> + return dev_err_probe(dev, ret, "%s: failed to read channel reg\n",
>> >> + fwnode_get_name(node));
>
> Use %pfwP instead of %s (same for all other cases).
Thanks! I'll use it.
I have a vague memory you may have already told me this. Apologies if I
forgot.
--
Thanks,
~ Kurt