]> git.baikalelectronics.ru Git - kernel.git/commit
net: stmmac: platform: Fix misleading interrupt error msg
authorMarkus Fuchs <mklntf@gmail.com>
Fri, 6 Mar 2020 16:38:48 +0000 (17:38 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 Apr 2020 08:49:58 +0000 (10:49 +0200)
commitfeba7c319ec3c263c0b3b79c6251d5d122c542ed
tree5cab26818d3b87b8cb645dd1332359ce48bbb862
parentd632e58ec17eb64b00ec617a953dd86350e7804c
net: stmmac: platform: Fix misleading interrupt error msg

[ Upstream commit d4026c9474b9f5cc9437dd560f7ca54e261d4d75 ]

Not every stmmac based platform makes use of the eth_wake_irq or eth_lpi
interrupts. Use the platform_get_irq_byname_optional variant for these
interrupts, so no error message is displayed, if they can't be found.
Rather print an information to hint something might be wrong to assist
debugging on platforms which use these interrupts.

Signed-off-by: Markus Fuchs <mklntf@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c