[PATCH v2] drivers: base: cacheinfo: use OF property_read_u32 instead of get_property,read_number
From: Sudeep Holla <hidden>
Date: 2018-06-05 16:26:13
Also in:
linux-acpi, lkml
From: Sudeep Holla <hidden>
Date: 2018-06-05 16:26:13
Also in:
linux-acpi, lkml
On 05/06/18 17:21, Andy Shevchenko wrote:
On Mon, May 21, 2018 at 3:53 PM, Sudeep Holla [off-list ref] wrote:quoted
of_property_read_u32 searches for a property in a device node and read a 32-bit value from it. Instead of using of_get_property to get the property and then read 32-bit value using of_read_number, we can simplify it by using of_property_read_u32.LGTM. Thanks!
Thanks, can I take is Ack ? Anyways it's too late for v4.18, will repost after the merge window for v4.19 with your Ack if you agree. -- Regards, Sudeep