Skip to content
Commit 47b356e4 authored by Dan Carpenter's avatar Dan Carpenter Committed by David S. Miller
Browse files

phy: remove an unneeded condition

It used to be that bus->irq was a pointer but after e7f4dc35


('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: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 1bc16add
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment