From: Uwe Kleine-König Date: Thu, 22 Jan 2009 22:29:42 +0000 (+0100) Subject: [NET] am79c961a: fix spin_lock usage X-Git-Tag: v2.6.29-rc3~20^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb22d72782b023cda5e9876d3381f30932a64f91;p=pandora-kernel.git [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 Cc: Roel Kluin <12o3l@tiscali.nl> Cc: Steven Rostedt Cc: netdev@vger.kernel.org Signed-off-by: Russell King --- Reading git-diff-tree failed