serial: sh-sci: Limit early console to one device.
authorPaul Mundt <lethal@linux-sh.org>
Thu, 20 Jan 2011 15:05:48 +0000 (00:05 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 20 Jan 2011 15:05:48 +0000 (00:05 +0900)
Presently the early console setup will be invoked for every device handed
off to he earlyprintk command line argument. In practice we can only
handle one, so this adds a sanity check to prevent clobbering the
existing active console.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
drivers/serial/sh-sci.c

Simple merge