[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)
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>

No differences found