OSDN Git Service

phy: phy-brcm-usb: Utilize platform_get_irq_byname_optional()
authorFlorian Fainelli <f.fainelli@gmail.com>
Wed, 26 Oct 2022 22:44:49 +0000 (15:44 -0700)
committerVinod Koul <vkoul@kernel.org>
Mon, 7 Nov 2022 04:50:25 +0000 (10:20 +0530)
commit53bffe0055741440a6c91abb80bad1c62ea443e3
tree77798feb61f94cad4ca0ad8f14dc0dbe27cc7322
parent5bd78c00d753d4e80e151555565334c475a559d3
phy: phy-brcm-usb: Utilize platform_get_irq_byname_optional()

The wake-up interrupt lines are entirely optional, avoid printing
messages that interrupts were not found by switching to the _optional
variant.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Acked-by: Justin Chen <justinpopo6@gmail.com>
Link: https://lore.kernel.org/r/20221026224450.2958762-1-f.fainelli@gmail.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/broadcom/phy-brcm-usb.c