diff options
author | Colin Ian King <colin.king@canonical.com> | 2016-08-15 15:55:17 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-08-15 23:38:44 +0300 |
commit | cfaace269d0ce5a4ae26bfe442f1c4df1a9558de (patch) | |
tree | 84cddac5be991c9d0bb03ec64e89f2dcb56186af /drivers/net/phy/xilinx_gmii2rgmii.c | |
parent | 2eb03e6c4e305b71bdd2d0ce4250b9c9099d9128 (diff) | |
download | linux-cfaace269d0ce5a4ae26bfe442f1c4df1a9558de.tar.xz |
net: hns: mdio->irq is an array, so no need to check if it is null
The null check on mdio->irq is redundant since mdio->irq is an array
of PHY_MAX_ADDR ints and hence can never be null. Remove the redundant
check.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy/xilinx_gmii2rgmii.c')
0 files changed, 0 insertions, 0 deletions