Re: [PATCH 1/1] pinctrl: pinctrl-single: Fix error check condition

2012-11-23 Thread Sachin Kamat
On 23 November 2012 13:14, Linus Walleij wrote: > On Tue, Nov 20, 2012 at 12:04 PM, Sachin Kamat > wrote: > >> *map should be tested for NULL instead of map. >> >> Signed-off-by: Sachin Kamat > > Thanks, patch applied. > Thanks > As we are late in the kernel cycle and I haven't seen reports ab

Re: [PATCH 1/1] pinctrl: pinctrl-single: Fix error check condition

2012-11-22 Thread Linus Walleij
On Tue, Nov 20, 2012 at 12:04 PM, Sachin Kamat wrote: > *map should be tested for NULL instead of map. > > Signed-off-by: Sachin Kamat Thanks, patch applied. As we are late in the kernel cycle and I haven't seen reports about regressions on this, it will wait for kernel v3.8. Yours, Linus Wal

[PATCH 1/1] pinctrl: pinctrl-single: Fix error check condition

2012-11-20 Thread Sachin Kamat
*map should be tested for NULL instead of map. Signed-off-by: Sachin Kamat --- drivers/pinctrl/pinctrl-single.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/pinctrl/pinctrl-single.c b/drivers/pinctrl/pinctrl-single.c index 726a729..3fc2a22 100644 --- a/driver