Re: [PATCH 01/11] pinctrl: at91: Remove redundant of_match_ptr

2013-10-08 Thread Linus Walleij
On Sat, Sep 28, 2013 at 2:08 PM, Sachin Kamat wrote: > The data structure of_match_ptr() protects is always compiled in. > Hence of_match_ptr() is not needed. > > Signed-off-by: Sachin Kamat Patch applied. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-

[PATCH 01/11] pinctrl: at91: Remove redundant of_match_ptr

2013-09-28 Thread Sachin Kamat
The data structure of_match_ptr() protects is always compiled in. Hence of_match_ptr() is not needed. Signed-off-by: Sachin Kamat --- drivers/pinctrl/pinctrl-at91.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/pinctrl/pinctrl-at91.c b/drivers/pinctrl/pinctrl