10 Mar
2023
10 Mar
'23
4:31 p.m.
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?