From: Lothar Waßmann Date: Thu, 21 Mar 2013 02:20:11 +0000 (+0000) Subject: net: ethernet: cpsw: fix erroneous condition in error check X-Git-Tag: v3.9-rc5~28^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce16294fda230c787ce5c35f61b2f80d14d70a72;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed