diff options
author | Chris Packham <chris.packham@alliedtelesis.co.nz> | 2020-03-12 09:05:46 +1300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-03-12 00:03:30 -0700 |
commit | e1f550dc44a4d535da4e25ada1b0eaf8f3417929 (patch) | |
tree | 237ae3f684e0f9743d1668f98527f0486d599130 /fs | |
parent | 012fc74517b25177dfede2ed45cd108258564e4a (diff) | |
download | linux-e1f550dc44a4d535da4e25ada1b0eaf8f3417929.tar.gz linux-e1f550dc44a4d535da4e25ada1b0eaf8f3417929.tar.bz2 linux-e1f550dc44a4d535da4e25ada1b0eaf8f3417929.zip |
net: mvmdio: avoid error message for optional IRQ
Per the dt-binding the interrupt is optional so use
platform_get_irq_optional() instead of platform_get_irq(). Since
commit 7723f4c5ecdb ("driver core: platform: Add an error message to
platform_get_irq*()") platform_get_irq() produces an error message
orion-mdio f1072004.mdio: IRQ index 0 not found
which is perfectly normal if one hasn't specified the optional property
in the device tree.
Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions