diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2016-01-12 10:35:34 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-01-12 17:51:57 +0100 |
commit | 1bc16addc0e92222958010537557b18e25a278c0 (patch) | |
tree | c21d835651b415ebbf88bc338a8e431c09d6550c /scripts/show_delta | |
parent | mdio_bus: NULL dereference on allocation error (diff) | |
download | linux-1bc16addc0e92222958010537557b18e25a278c0.tar.xz linux-1bc16addc0e92222958010537557b18e25a278c0.zip |
mdio: remove an unneed condition
It used to be that mdio->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.
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>
Diffstat (limited to 'scripts/show_delta')
0 files changed, 0 insertions, 0 deletions