Home
last modified time | relevance | path

Searched hist:"6 def7de37ba2aeb3d59c561b288537d8c3712c73" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/cpu/armv7/bcm281xx/
H A Dclk-core.c6def7de37ba2aeb3d59c561b288537d8c3712c73 Sun Jul 30 18:27:16 UTC 2017 xypron.glpk@gmx.de <xypron.glpk@gmx.de> bcm281xx: clock: avoid possible NULL dereference

It does not make sense first to dereference c and then
to check if it is NULL.

The problem was indicated by cppcheck.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>