From: Thomas Langer Date: Wed, 2 May 2012 10:27:38 +0000 (+0200) Subject: MIPS: lantiq: fix early printk X-Git-Tag: v3.5-rc1~47^2^6~20 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7705f6867bfc6f2ea42c3965a85df72abf070c86;p=pandora-kernel.git MIPS: lantiq: fix early printk The code was using a 32bit write operations in the early_printk code. This resulted in 3 zero bytes also being written to the serial port. This patch changes the memory access to 8bit. Signed-off-by: Thomas Langer Signed-off-by: John Crispin Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/3721/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed