Re: [PATCH 10/31] clk/mmp: use kmemdup rather than duplicating its implementation

2015-08-07 Thread Stephen Boyd
On 08/07, Andrzej Hajda wrote: > The patch was generated using fixed coccinelle semantic patch > scripts/coccinelle/api/memdup.cocci [1]. > > [1]: http://permalink.gmane.org/gmane.linux.kernel/2014320 > > Signed-off-by: Andrzej Hajda > --- Applied to clk-next -- Qualcomm Innovation Center, In

[PATCH 10/31] clk/mmp: use kmemdup rather than duplicating its implementation

2015-08-07 Thread Andrzej Hajda
The patch was generated using fixed coccinelle semantic patch scripts/coccinelle/api/memdup.cocci [1]. [1]: http://permalink.gmane.org/gmane.linux.kernel/2014320 Signed-off-by: Andrzej Hajda --- drivers/clk/mmp/clk-mix.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a