Re: [PATCH -next] ARM: at91: remove unused variable in at91_dt_node_to_map()

2012-10-28 Thread Linus Walleij
On Fri, Oct 26, 2012 at 4:54 PM, Wei Yongjun wrote: > From: Wei Yongjun > > The variable pin is initialized but never used > otherwise, so remove the unused variable. > > dpatch engine is used to auto generate this patch. > (https://github.com/weiyj/dpatch) > > Signed-off-by: Wei Yongjun Thank

[PATCH -next] ARM: at91: remove unused variable in at91_dt_node_to_map()

2012-10-26 Thread Wei Yongjun
From: Wei Yongjun The variable pin is initialized but never used otherwise, so remove the unused variable. dpatch engine is used to auto generate this patch. (https://github.com/weiyj/dpatch) Signed-off-by: Wei Yongjun --- drivers/pinctrl/pinctrl-at91.c | 3 --- 1 file changed, 3 deletions(-)