From: Tomoya MORINAGA Date: Mon, 26 Mar 2012 05:43:01 +0000 (+0900) Subject: pch_uart: change type to u8 X-Git-Tag: v3.5-rc1~146^2~30^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a58364da0c04f8dc42cdfe7a4de9d17e536cda8;p=pandora-kernel.git pch_uart: change type to u8 Target uart register access size is 8bit. However, 32bit is used at 2 points. This patch modifies type "unsigned int" to "unsigned char". Signed-off-by: Tomoya MORINAGA Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed