On Wed, Jul 19, 2017 at 8:22 AM, Maxime Ripard
<[email protected]> wrote:
> On Tue, Jul 18, 2017 at 04:42:51PM -0500, Rob Herring wrote:
>> Now that we have a custom printf format specifier, convert users of
>> full_name to use %pOF instead. This is preparation to remove storing
>> of the full path string for each node.
>>
>> Signed-off-by: Rob Herring <[email protected]>
>> Cc: Maxime Ripard <[email protected]>
>> Cc: Chen-Yu Tsai <[email protected]>
>> Cc: [email protected]
>> ---
>> drivers/bus/arm-cci.c | 12 ++++++------
>> drivers/bus/imx-weim.c | 8 ++++----
>> drivers/bus/sunxi-rsb.c | 22 +++++++++++-----------
>
> for sunxi-rsb:
> Acked-by: Maxime Ripard <[email protected]>
>
Applied to next/drivers, thanks!
Arnd