commit | fb22d72782b023cda5e9876d3381f30932a64f91 | [log] [tgz] |
---|---|---|
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | Thu Jan 22 23:29:42 2009 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Jan 24 23:21:33 2009 +0000 |
tree | 0b5e4d15854aa11cb2554b52b67b2f7b045a03dc | |
parent | 0b23a0efec9ab691a5bb902f9255892c8ddfd434 [diff] |
[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>