commit | 8e9bb19ef97d6594e735bee64b6d72103e350854 | [log] [tgz] |
---|---|---|
author | Magnus Damm <damm@igel.co.jp> | Wed May 20 14:34:43 2009 +0000 |
committer | Paul Mundt <lethal@linux-sh.org> | Fri May 22 13:19:15 2009 +0900 |
tree | cecfe0966ae47c1af9db67f1704e7b9933de37cf | |
parent | 37869fa2da1a952ed736858f8b9e45c0b9131ae9 [diff] |
video: stop sh_mobile_lcdcfb only if started This patch fixes the LCDC driver to avoid calling the function sh_mobile_lcdc_start_stop(priv, 0) unless the same function has been called before to start the LCDC hardware. Triggered when sh_mobile_lcdcfb.c failed to probe() due to missing MSTP clocks. Signed-off-by: Magnus Damm <damm@igel.co.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org>