lkml.org 
[lkml]   [2015]   [May]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [RFC v1 14/25] genirq: Kill the first parameter 'irq' of irq_flow_handler_t
On 2015/5/20 23:25, Thomas Gleixner wrote:
> On Wed, 20 May 2015, Jiang Liu wrote:
>> --- a/include/linux/irqdesc.h
>> +++ b/include/linux/irqdesc.h
>> @@ -99,6 +99,11 @@ static inline struct irq_desc *irq_data_to_desc(struct irq_data *data)
>> return container_of(data->common, struct irq_desc, irq_common_data);
>> }
>>
>> +static inline unsigned int irq_desc_get_irq(struct irq_desc *desc)
>> +{
>> + return desc->irq_data.irq;
>> +}
>> +
>
> Does not apply either.
Hi Thomas,
Will check the base again.
Please do not apply patch after [14/25]. There are here to
ask for comments, there are still building issues with patch after
[14/25]. Just help to comment whether it's on the right direction.
If so, I will send another version for formal review.
Thanks!
Gerry

>
> Thanks,
>
> tglx
>


\
 
 \ /
  Last update: 2015-05-20 18:01    [W:0.120 / U:0.476 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site