commit | d87ab44a68a69c83028bb95d4c7ad13fa7e96ffb | [log] [tgz] |
---|---|---|
author | Ahmad Fatoum <a.fatoum@pengutronix.de> | Mon Feb 24 18:29:55 2020 +0100 |
committer | David S. Miller <davem@davemloft.net> | Mon Feb 24 15:38:46 2020 -0800 |
tree | 0b252e86b7fec99653764087621b141b76eba78c | |
parent | 07cc79efb1e53967444766f9e3abf9f0af362b93 [diff] |
net: ethernet: stmmac: don't warn about missing optional wakeup IRQ The "stm32_pwr_wakeup" is optional per the binding and the driver handles its absence gracefully. Request it with platform_get_irq_byname_optional, so its absence doesn't needlessly clutter the log. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: David S. Miller <davem@davemloft.net>