Quoting Colin King (2020-02-03 14:37:36) > From: Colin Ian King <colin.king@xxxxxxxxxxxxx> > > 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@xxxxxxxxxxxxx> > --- Applied to clk-next