]> asedeno.scripts.mit.edu Git - linux.git/commit
net: mvmdio: avoid error message for optional IRQ
authorChris Packham <chris.packham@alliedtelesis.co.nz>
Wed, 11 Mar 2020 20:05:46 +0000 (09:05 +1300)
committerDavid S. Miller <davem@davemloft.net>
Thu, 12 Mar 2020 07:03:30 +0000 (00:03 -0700)
commite1f550dc44a4d535da4e25ada1b0eaf8f3417929
tree237ae3f684e0f9743d1668f98527f0486d599130
parent012fc74517b25177dfede2ed45cd108258564e4a
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>
drivers/net/ethernet/marvell/mvmdio.c