[PATCH] ASoC: Use of_property_present() for testing DT property presence
Mark Brown
broonie at kernel.org
Fri Mar 10 07:31:49 PST 2023
On Fri, Mar 10, 2023 at 09:14:08AM -0600, Rob Herring wrote:
> On Fri, Mar 10, 2023 at 9:01 AM Amadeusz Sławiński
> > On 3/10/2023 3:47 PM, Rob Herring wrote:
> > > - if (of_get_property(ep, "reg", NULL))
> > > + if (of_property_present(ep, "reg"))
> > Bit of nit picking, but any reason, why there are multiple spaces,
> > before "reg" here?
> Only because there was before and it was a scripted change.
Yeah, I don't think there's any reason for that - perhaps at some
point it caused the code to line up?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20230310/06fbefcf/attachment-0001.sig>
More information about the linux-arm-kernel
mailing list