commit | 8f56a31ad616b13414cf764f620f75f45dac26e6 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Mon Jan 16 22:14:00 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Jan 16 23:15:26 2006 -0800 |
tree | 4e53d466c7ef81140ad4f92c78ae7e07f8ceaa87 | |
parent | fd279197b1df6b46076991ca0e1f7faa8f3d8028 [diff] |
[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 <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>