Re: [PATCH] gpio: mvebu: Don't free chip label memory

2013-01-17 Thread Linus Walleij
On Mon, Jan 14, 2013 at 3:15 PM, Grant Likely wrote: > On Mon, 14 Jan 2013 11:53:20 +0100, Thierry Reding > wrote: >> The gpio_chip.label field is a const char * and assigned the value of a >> call to dev_name(). Memory obtained from dev_name() should not be freed >> by drivers. >> >> Signed-off

Re: [PATCH] gpio: mvebu: Don't free chip label memory

2013-01-14 Thread Grant Likely
On Mon, 14 Jan 2013 11:53:20 +0100, Thierry Reding wrote: > The gpio_chip.label field is a const char * and assigned the value of a > call to dev_name(). Memory obtained from dev_name() should not be freed > by drivers. > > Signed-off-by: Thierry Reding Acked-by: Grant Likely Linus, can you