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