Re: [PATCH] of: Request and map make argument name constant

2014-11-04 Thread Grant Likely
On Tue, 21 Oct 2014 18:27:25 +0200 , Matthias Brugger wrote: > This patch makes the name argument from of_io_request_and_map constant. > > Signed-off-by: Matthias Brugger Applied, thanks. g. > --- > drivers/of/address.c | 2 +- > include/linux/of_address.h | 4 ++-- > 2 files changed,

Re: [PATCH] of: Request and map make argument name constant

2014-10-31 Thread Matthias Brugger
Hi all, 2014-10-21 18:27 GMT+02:00 Matthias Brugger : > This patch makes the name argument from of_io_request_and_map constant. Any comments on this patch? Thanks, Matthias > > Signed-off-by: Matthias Brugger > --- > drivers/of/address.c | 2 +- > include/linux/of_address.h | 4 ++-- >

[PATCH] of: Request and map make argument name constant

2014-10-21 Thread Matthias Brugger
This patch makes the name argument from of_io_request_and_map constant. Signed-off-by: Matthias Brugger --- drivers/of/address.c | 2 +- include/linux/of_address.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/of/address.c b/drivers/of/address.c index afd