From: Imre Deak Date: Mon, 20 Feb 2006 16:51:18 +0000 (+0200) Subject: ARM: OMAP: lcd_lph8923: fix register read / write X-Git-Tag: v2.6.16-omap1~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abd2557cee2ffddc23c7af39b083e4880b1ea9d9;p=pandora-kernel.git ARM: OMAP: lcd_lph8923: fix register read / write A local variable hiding the one with the same name at an upper scope, resulted in storing the register address instead of the desired value in LCD registers. In register writes there is no extra cycle after the command, so we use only 9-bit word size. Fix from Peter Ujfalusi . Signed-off-by: Imre Deak Signed-off-by: Juha Yrjölä --- Reading git-diff-tree failed