]> git.baikalelectronics.ru Git - kernel.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)
commita25b51c384e92a44fe7cc0884c25b23cb5a6550b
tree237ae3f684e0f9743d1668f98527f0486d599130
parentac0ba216e810993965b12a191829cd1f012e1da1
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 067159824b49 ("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