commit | b69a0849e75e5adff081d1f0f5557da03d703482 | [log] [tgz] |
---|---|---|
author | xypron.glpk@gmx.de <xypron.glpk@gmx.de> | Sun Jul 30 20:15:51 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sun Aug 13 15:17:26 2017 -0400 |
tree | 5dbba25d678264a26f744a52af4d777f7a4ee805 | |
parent | 9730bcdc2f6c237fde66b7d81681e380ef0bdedf [diff] |
arm: bcm235xx: avoid possible NULL dereference It does not make sense to first dereference c and then check if it is NULL. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>