Re: [PATCH 1/4] cpu: clean up register_cpu func

2016-08-31 Thread Greg Kroah-Hartman
On Wed, Aug 31, 2016 at 06:45:35PM +0800, Alex Shi wrote: > Hi, > > Is there any concern on this patch? For minor cleanup patches like this, relax, they will be reviewed eventually...

Re: [PATCH 1/4] cpu: clean up register_cpu func

2016-08-31 Thread Alex Shi
Hi, Is there any concern on this patch? Regards Alex On 08/25/2016 04:42 PM, Alex Shi wrote: > This patch could reduce one branch in this function. Also > make the code more readble. > > Signed-off-by: Alex Shi > Acked-by: Daniel Lezcano > To: linux-kernel@vger.kernel.org > To: Greg Kroah-Har

[PATCH 1/4] cpu: clean up register_cpu func

2016-08-25 Thread Alex Shi
This patch could reduce one branch in this function. Also make the code more readble. Signed-off-by: Alex Shi Acked-by: Daniel Lezcano To: linux-kernel@vger.kernel.org To: Greg Kroah-Hartman Cc: linux...@vger.kernel.org Cc: Ulf Hansson Cc: Daniel Lezcano --- drivers/base/cpu.c | 11 ++---

Re: [PATCH 1/4] cpu: clean up register_cpu func

2016-08-22 Thread Daniel Lezcano
On 08/19/2016 10:25 AM, Alex Shi wrote: > This patch could reduce one branch in this function. Also > make the code more readble. > > Signed-off-by: Alex Shi > To: linux-kernel@vger.kernel.org > To: Greg Kroah-Hartman > Cc: Daniel Lezcano > --- Acked-by: Daniel Lezcano --

Re: [PATCH 1/4] cpu: clean up register_cpu func

2016-08-21 Thread Alex Shi
Is there any comments for this patch series? Thanks! On 08/19/2016 04:25 PM, Alex Shi wrote: > This patch could reduce one branch in this function. Also > make the code more readble. > > Signed-off-by: Alex Shi > To: linux-kernel@vger.kernel.org > To: Greg Kroah-Hartman > Cc: Daniel Lezcano >

[PATCH 1/4] cpu: clean up register_cpu func

2016-08-19 Thread Alex Shi
This patch could reduce one branch in this function. Also make the code more readble. Signed-off-by: Alex Shi To: linux-kernel@vger.kernel.org To: Greg Kroah-Hartman Cc: Daniel Lezcano --- drivers/base/cpu.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/driver