Re: [PATCH v3 2/9] iio: adc: add the ti-ads1262 driver
From: Andy Shevchenko
Date: Mon Aug 10 2026 - 14:50:28 EST
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).
--
With Best Regards,
Andy Shevchenko