Blackfin Serial Driver: fix baudrate for early_printk
authorRobin Getz <rgetz@blackfin.uclinux.org>
Thu, 11 Jun 2009 12:38:57 +0000 (13:38 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 11 Jun 2009 15:51:04 +0000 (08:51 -0700)
commit7de7c55bf54dede2bd2262349fc7b558bcc8e413
tree5057192ceb6b5ce0e6323db32939389585484d6a
parent8516c568f25666a012ec4c859e640a76fc9b6ec0
Blackfin Serial Driver: fix baudrate for early_printk

Since we already setup the early console UART in
arch/blackfin/kernel/early_printk.c, and common functions which are
enabled from the .setup will override the proper settings later, don't
fill in these structures.  Otherwise we get mangled baudrate settings when
using early_printk.

Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/serial/bfin_5xx.c