From: Ingo Molnar Date: Tue, 17 Jan 2006 06:14:00 +0000 (-0800) Subject: [PATCH] drivers/char/esp.c spinlock fix X-Git-Tag: v2.6.16-rc1~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f56a31ad616b13414cf764f620f75f45dac26e6;p=pandora-kernel.git [PATCH] drivers/char/esp.c spinlock fix There's incorrect spinlock usage in espserial_init(): autoconfig() uses info->lock before it's initialized. The fix is to initialize the spinlock earlier. Signed-off-by: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed