Re: [PATCH net-next v3] net: sfp: Unique GPIO interrupt names

From: David Miller
Date: Tue Jul 07 2020 - 15:45:36 EST


From: Chris Healy <cphealy@xxxxxxxxx>
Date: Mon, 6 Jul 2020 18:27:07 -0700

> From: Chris Healy <cphealy@xxxxxxxxx>
>
> Dynamically generate a unique GPIO interrupt name, based on the
> device name and the GPIO name. For example:
>
> 103: 0 sx1503q 12 Edge sff2-los
> 104: 0 sx1503q 13 Edge sff2-tx-fault
>
> The sffX indicates the SFP the los and tx-fault are associated with.
>
> Signed-off-by: Chris Healy <cphealy@xxxxxxxxx>
>
> v3:
> - reverse Christmas tree new variable
> - fix spaces vs tabs
> v2:
> - added net-next to PATCH part of subject line
> - switched to devm_kasprintf()

Applied.