Re: [PATCH] mfd: max77620: Convert to using %pOFn instead of device_node.name

2018-09-10 Thread Lee Jones
On Mon, 27 Aug 2018, Rob Herring wrote: > In preparation to remove the node name pointer from struct device_node, > convert printf users to use the %pOFn format specifier. > > Cc: Lee Jones > Signed-off-by: Rob Herring > --- > drivers/mfd/max77620.c | 2 +- > 1 file changed, 1 insertion(+), 1

Re: [PATCH] mfd: max77620: Convert to using %pOFn instead of device_node.name

2018-09-10 Thread Lee Jones
On Mon, 27 Aug 2018, Rob Herring wrote: > In preparation to remove the node name pointer from struct device_node, > convert printf users to use the %pOFn format specifier. > > Cc: Lee Jones > Signed-off-by: Rob Herring > --- > drivers/mfd/max77620.c | 2 +- > 1 file changed, 1 insertion(+), 1

[PATCH] mfd: max77620: Convert to using %pOFn instead of device_node.name

2018-08-27 Thread Rob Herring
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Cc: Lee Jones Signed-off-by: Rob Herring --- drivers/mfd/max77620.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mfd/max77620.c

[PATCH] mfd: max77620: Convert to using %pOFn instead of device_node.name

2018-08-27 Thread Rob Herring
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Cc: Lee Jones Signed-off-by: Rob Herring --- drivers/mfd/max77620.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mfd/max77620.c