imx-drm: ipu-v3: don't use clk_round_rate() before clk_set_rate()
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 19 Oct 2013 16:38:44 +0000 (17:38 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 24 Feb 2014 12:03:51 +0000 (12:03 +0000)
This is nonsense; clk_round_rate() is just clk_set_rate() without the
side effect of changing the hardware.

Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
Acked-by: Shawn Guo <shawn.guo@linaro.org>
Reviewed-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/staging/imx-drm/ipu-v3/ipu-di.c