diff options
author | Matthias Kaehlcke <matthias.kaehlcke@gmail.com> | 2007-05-08 07:32:38 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-08 18:15:16 (GMT) |
commit | 635244c59c27d3b22c4523d2a951cf553195a966 (patch) | |
tree | 21e49799d046275f51efdb2a0c03fd3f97074858 /drivers/isdn/act2000 | |
parent | 13af68ee335d4d26ef96a133abc94b2ef051be00 (diff) | |
download | linux-635244c59c27d3b22c4523d2a951cf553195a966.tar.xz |
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>
Diffstat (limited to 'drivers/isdn/act2000')
0 files changed, 0 insertions, 0 deletions