[NET] am79c961a: fix spin_lock usage
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Thu, 22 Jan 2009 22:29:42 +0000 (23:29 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 24 Jan 2009 23:21:33 +0000 (23:21 +0000)
commitc5e0125168f4ddd8700067f7b00d4dfa5b04d733
tree0b5e4d15854aa11cb2554b52b67b2f7b045a03dc
parent7695645e0f13edf2d1614f8feeb903e37a523da2
[NET] am79c961a: fix spin_lock usage

spin_lock functions take a pointer to the lock, not the lock itself.
This error was noticed by compiling ebsa110_defconfig for linux-rt where
the locking functions obviously are more picky about their arguments.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Cc: Roel Kluin <12o3l@tiscali.nl>
Cc: Steven Rostedt <srostedt@redhat.com>
Cc: netdev@vger.kernel.org
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/net/arm/am79c961a.c