Re: [PATCH 2/2] pinctrl: at91: replace clk_prepare + clk_enable by clk_prepare_enable

2013-12-16 Thread Linus Walleij
On Sun, Dec 15, 2013 at 7:30 PM, Boris BREZILLON wrote: > Replace the clk_prepare and clk_enable calls by a single > clk_prepare_enable call. > > Signed-off-by: Boris BREZILLON Patch applied with Nicolas' ACK. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe li

Re: [PATCH 2/2] pinctrl: at91: replace clk_prepare + clk_enable by clk_prepare_enable

2013-12-16 Thread Nicolas Ferre
On 15/12/2013 19:30, Boris BREZILLON : > Replace the clk_prepare and clk_enable calls by a single > clk_prepare_enable call. > > Signed-off-by: Boris BREZILLON Acked-by: Nicolas Ferre > --- > drivers/pinctrl/pinctrl-at91.c |6 ++ > 1 file changed, 2 insertions(+), 4 deletions(-) > >

[PATCH 2/2] pinctrl: at91: replace clk_prepare + clk_enable by clk_prepare_enable

2013-12-15 Thread Boris BREZILLON
Replace the clk_prepare and clk_enable calls by a single clk_prepare_enable call. Signed-off-by: Boris BREZILLON --- drivers/pinctrl/pinctrl-at91.c |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/pinctrl/pinctrl-at91.c b/drivers/pinctrl/pinctrl-at91.c index 8