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
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