]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[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)
commitfb22d72782b023cda5e9876d3381f30932a64f91
tree0b5e4d15854aa11cb2554b52b67b2f7b045a03dc
parent0b23a0efec9ab691a5bb902f9255892c8ddfd434
[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