Messages in this thread |  | | From | Stephen Boyd <> | Subject | Re: [PATCH][next] clk: ls1028a: fix a dereference of pointer 'parent' before a null check | Date | Mon, 03 Feb 2020 23:03:53 -0800 |
| |
Quoting Colin King (2020-02-03 14:37:36) > From: Colin Ian King <colin.king@canonical.com> > > 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 <colin.king@canonical.com> > ---
Applied to clk-next
|  |