Re: [PATCH RFC 04/13] OF: make a function pointer argument const

2012-12-11 Thread Grant Likely
On Mon, 10 Dec 2012 20:41:30 +0100, Sylwester Nawrocki wrote: > From: Guennadi Liakhovetski > > The "struct device_node *" argument of of_parse_phandle_*() can be const. This is a good time to talk about commit text. Again, the patch looks fine, but it helps *a lot* if you give me some details

[PATCH RFC 04/13] OF: make a function pointer argument const

2012-12-10 Thread Sylwester Nawrocki
From: Guennadi Liakhovetski The "struct device_node *" argument of of_parse_phandle_*() can be const. Signed-off-by: Guennadi Liakhovetski --- drivers/of/base.c |4 ++-- include/linux/of.h |6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/of/base.c b/dr