diff options
| author | Colin Ian King <[email protected]> | 2020-02-03 22:37:36 +0000 |
|---|---|---|
| committer | Stephen Boyd <[email protected]> | 2020-02-03 23:03:49 -0800 |
| commit | 73cb3106e883ac03cc4f15b20d525e6bde650526 (patch) | |
| tree | 4a96b6b4ff47a6e694ef03d58b9494b1a7ca3d04 /scripts/gdb/linux/config.py | |
| parent | 2a8aa18c113124434a32c1bd01054d67f799e4ee (diff) | |
clk: ls1028a: fix a dereference of pointer 'parent' before a null check
Currently the pointer 'parent' is being dereferenced before it is
being null checked. Fix this by performing the null check before
it is dereferenced.
Addresses-Coverity: ("Dereference before null check")
Fixes: d37010a3c162 ("clk: ls1028a: Add clock driver for Display output interface")
Signed-off-by: Colin Ian King <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Stephen Boyd <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/config.py')
0 files changed, 0 insertions, 0 deletions