diff options
author | Lothar Waßmann <LW@KARO-electronics.de> | 2013-03-21 03:20:11 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-03-21 16:57:42 +0100 |
commit | ce16294fda230c787ce5c35f61b2f80d14d70a72 (patch) | |
tree | 99a974957b09721e0379f58ca25da4e5ee68fe0d /drivers/net/arcnet | |
parent | lantiq_etop: use free_netdev(netdev) instead of kfree() (diff) | |
download | linux-ce16294fda230c787ce5c35f61b2f80d14d70a72.tar.xz linux-ce16294fda230c787ce5c35f61b2f80d14d70a72.zip |
net: ethernet: cpsw: fix erroneous condition in error check
The error check in cpsw_probe_dt() has an '&&' where an '||' is
meant to be. This causes a NULL pointer dereference when incomplet DT
data is passed to the driver ('phy_id' property for cpsw_emac1
missing).
Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/arcnet')
0 files changed, 0 insertions, 0 deletions