]> 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)
commit50a7fa23e4b36ea6312641faf6524945f5ff726a
tree237ae3f684e0f9743d1668f98527f0486d599130
parentcfa52fc06776baa9097cd4fee96ed26720218f03
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 682a742ed79d ("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