Re: [patch 2/2 -next] phy: remove an unneeded condition

From: David Miller
Date: Tue Jan 12 2016 - 14:31:13 EST


From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
Date: Tue, 12 Jan 2016 12:36:21 +0300

> 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.
>
> Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx>

Applied.