]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] Serial: Fix console port spinlock initialisation
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Sun, 3 Jul 2005 20:05:45 +0000 (21:05 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 3 Jul 2005 20:05:45 +0000 (21:05 +0100)
commit976ecd12b8144d066a23fe97c6fbfc1ac8470af7
tree3305e7d5ba95d3005a8b213dd2c211a632844768
parent1d6bebf2ecf92924492c491d9c3a72edba95f907
[PATCH] Serial: Fix console port spinlock initialisation

Initialise the spinlock for port being used by the console early, but
don't re-initialise it again later.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/serial/serial_core.c