aboutsummaryrefslogtreecommitdiff
path: root/drivers/phy/freescale
diff options
context:
space:
mode:
authorGravatar Minghao Chi <chi.minghao@zte.com.cn> 2022-03-10 06:20:35 +0000
committerGravatar David S. Miller <davem@davemloft.net> 2022-03-11 11:04:25 +0000
commitbf2b83425b599d897e64a2509388f16da2ce6fd4 (patch)
tree819e7cdb0a0fdd614116b261f06b2c70bbf378ae /drivers/phy/freescale
parentnet: ethernet: ti: davinci_emac: Use platform_get_irq() to get the interrupt (diff)
downloadlinux-bf2b83425b59.tar.gz
linux-bf2b83425b59.tar.bz2
linux-bf2b83425b59.zip
net: mv643xx_eth: use platform_get_irq() instead of platform_get_resource()
It is not recommened to use platform_get_resource(pdev, IORESOURCE_IRQ) for requesting IRQ's resources any more, as they can be not ready yet in case of DT-booting. platform_get_irq() instead is a recommended way for getting IRQ even if it was not retrieved earlier. It also makes code simpler because we're getting "int" value right away and no conversion from resource to int is required. Reported-by: Zeal Robot <zealci@zte.com.cn> Signed-off-by: Minghao Chi <chi.minghao@zte.com.cn> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/phy/freescale')
0 files changed, 0 insertions, 0 deletions