summaryrefslogtreecommitdiff
path: root/sound/core/misc.c
diff options
context:
space:
mode:
authorCorey Minyard <cminyard@mvista.com>2007-10-18 10:07:08 (GMT)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-10-18 21:37:32 (GMT)
commitf8fbcd3b9da5830fded133dbeb7066b1b92ee736 (patch)
tree7967280913d05d2d506a7929d6467dc7c0ceb4b2 /sound/core/misc.c
parentc45adc39156dfb0a296df218d62ba8b68cadf12e (diff)
downloadlinux-f8fbcd3b9da5830fded133dbeb7066b1b92ee736.tar.xz
IPMI: remove bogus semaphore from watchdog
Lockdep was giving an error when loading the IPMI watchdog module. It turns out that if you try to claim a lock in a parameter handling routine, lockdep won't see that lock as "static" yet because the module is not yet on the module list, so it will complain. However, the semaphore in question is completely unnecessary. So just remove it. Signed-off-by: Corey Minyard <cminyard@mvista.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'sound/core/misc.c')
0 files changed, 0 insertions, 0 deletions