From: Mike Frysinger Date: Mon, 22 Jun 2009 17:37:24 +0000 (+0100) Subject: serial: bfin_5xx: add missing spin_lock init X-Git-Tag: v2.6.31-rc1~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c529a3d76dffae943868ebad07b042d15764712;p=pandora-kernel.git 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 Signed-off-by: Alan Cox Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed