On 07/21/2017 09:28 PM, 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]>
Acked-by: Niklas Söderlund<[email protected]>
Acked-by: Laurent Pinchart<[email protected]>
Reviewed-by: Matthias Brugger<[email protected]>
Acked-by: Nicolas Ferre<[email protected]>
Acked-by: Lad, Prabhakar<[email protected]>
---
v2:
- Fix missing to_of_node() in xilinx-vipp.c
- Drop v4l2-async.c changes. Doing as revert instead.
- Add acks
Reviewed-by: Sylwester Nawrocki <[email protected]>