commit | 323b15b997f3d07bb0dbc8906c7831b8f54f32f1 | [log] [tgz] |
---|---|---|
author | xypron.glpk@gmx.de <xypron.glpk@gmx.de> | Sun Jul 31 10:24:29 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Aug 01 13:32:51 2016 -0700 |
tree | 5ae5289225662ab846b327a9061a5710af42e085 | |
parent | fb160ebd512c505e8d3a18b4f877c7edd24acb49 [diff] |
net: bcm63xx: avoid possible null pointer dereference If dev_get_platdata has failed pd is null. Do not dereference a null pointer. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: David S. Miller <davem@davemloft.net>