commit | 635244c59c27d3b22c4523d2a951cf553195a966 | [log] [tgz] |
---|---|---|
author | Matthias Kaehlcke <matthias.kaehlcke@gmail.com> | Tue May 08 00:32:38 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue May 08 11:15:16 2007 -0700 |
tree | 21e49799d046275f51efdb2a0c03fd3f97074858 | |
parent | 13af68ee335d4d26ef96a133abc94b2ef051be00 [diff] |
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 <matthias.kaehlcke@gmail.com> Cc: Karsten Keil <kkeil@suse.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>