]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
phy: remove an unneeded condition
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 12 Jan 2016 09:36:21 +0000 (12:36 +0300)
committerDavid S. Miller <davem@davemloft.net>
Tue, 12 Jan 2016 16:51:58 +0000 (11:51 -0500)
commit47b356e499f26d330ab6ae4019e8c05f994be62d
treedb0bc7ccc0f45f2f790e641eaa2a77ae4e9163e2
parent1bc16addc0e92222958010537557b18e25a278c0
phy: remove an unneeded condition

It used to be that bus->irq was a pointer but after e7f4dc3536a4
('mdio: Move allocation of interrupts into core') it's an array inside
the mdio struct, so it can never be NULL.  Let's remove the check.

Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/phy_device.c