Re: [PATCH v2] net: ethernet: davicom: fix devicetree irq resource

From: Robert Jarzmik
Date: Sun Feb 07 2016 - 06:48:18 EST


Sergei Shtylyov <sergei.shtylyov@xxxxxxxxxxxxxxxxxx> writes:

>> Moreover, since commit Fixes: 7085a7401ba5 ("drivers: platform: parse
>
> Fixes: tag here?
Heuh no. It doesn't fix this commit, it uses a feature brought by this commit.

>> + if (irq_get_trigger_type(dev->irq) == IRQF_TRIGGER_NONE)
>> dev_warn(db->dev, "WARNING: no IRQ resource flags set.\n");
>>
>> irqflags |= IRQF_SHARED;
>
> Why not just initialize to IRQF_SHARED?
> But actually you don't need this variable anymore.
Yeah, makes sense.

Cheers.

--
Robert