Re: [RFC PATCH 2/2] irq: add irq_desc_initialize to remove some duplicated lines

2012-07-11 Thread Dong Aisheng
Hi Thomas, Thanks for the review firstly. On Thu, Jul 12, 2012 at 06:19:18AM +0800, Thomas Gleixner wrote: > On Wed, 20 Jun 2012, Dong Aisheng wrote: > > From: Dong Aisheng > > > > There're two copies of irq_desc initialization code, reform them into > > an irq_desc_initialize function to call.

Re: [RFC PATCH 2/2] irq: add irq_desc_initialize to remove some duplicated lines

2012-07-11 Thread Thomas Gleixner
On Wed, 20 Jun 2012, Dong Aisheng wrote: > From: Dong Aisheng > > There're two copies of irq_desc initialization code, reform them into > an irq_desc_initialize function to call. > > Signed-off-by: Dong Aisheng > --- > kernel/irq/irqdesc.c | 51 +++