MLK-11657: IPU: check ldb clock with clk name
authorSandor Yu <R01008@freescale.com>
Wed, 30 Sep 2015 08:15:00 +0000 (16:15 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:48:46 +0000 (14:48 -0500)
commitd721e4205281553eb53e356a261497d8590b8fdf
tree54948e9fb42c9bd5653690b2edcaa12d7324748a
parentc4ec5f87eeefc874e91344227210659e9c75dc68
MLK-11657: IPU: check ldb clock with clk name

4.1 kernel apply the followed patch:
commit 73e0e496afdac9a5190eb3b9c51fdfebcc14ebd4
clkdev: Always allocate a struct clk and call __clk_get() w/ CCF

clock_get will return a new struct clk, so we can't use the pointer
of clk struct to compare clk whether is equal, replace with clk name.

Signed-off-by: Sandor Yu <R01008@freescale.com>
drivers/mxc/ipu3/ipu_disp.c