lkml.org 
[lkml]   [2017]   [Oct]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [RFC PATCH v8 4/7] of/irq: Adjust of pci irq parsing for multiple interrupts
Hi Rob,

On 10/27/2017 10:38 PM, Rob Herring wrote:
>> + prop = of_find_property(dn, "interrupt-names", NULL);
>> >+ for (name = of_prop_next_string(prop, NULL); name;
>> >+ name = of_prop_next_string(prop, name), index++) {
>> >+ if (!strcmp(name, "pci"))
>> >+ break;
> Use of_property_match_string
>
i'm trying to find the first unnamed or "pci" named irq in the string
array, so cannot use that API:)

but will change to of_property_for_each_string as Brian suggested.

\
 
 \ /
  Last update: 2017-10-30 03:06    [W:0.074 / U:0.460 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site