commit | 9c529a3d76dffae943868ebad07b042d15764712 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Mon Jun 22 18:37:24 2009 +0100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Jun 22 11:32:23 2009 -0700 |
tree | d601295f0a0d182dcd7731d6b7e5619488d701ef | |
parent | 56578abfd16a1a7554f64000d5fc0a377d4dda6a [diff] |
serial: bfin_5xx: add missing spin_lock init The Blackfin serial driver never initialized the spin_lock that is part of the serial core structure, but we never noticed because spin_lock's are rarely enabled on UP systems. Yeah lockdep and friends. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>