From: Matthias Kaehlcke Date: Tue, 8 May 2007 07:32:38 +0000 (-0700) Subject: fix spinlock usage in hysdn_log_close() X-Git-Tag: v2.6.22-rc1~584 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=635244c59c27d3b22c4523d2a951cf553195a966;p=pandora-kernel.git fix spinlock usage in hysdn_log_close() Fix incorrect spinlock use in hysdn_log_close(). The function declared a spinlock on the stack and used it to 'protect' a shared driver structure. The patch simply removes the useless code. Signed-off-by: Matthias Kaehlcke Cc: Karsten Keil Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed