]> git.baikalelectronics.ru Git - kernel.git/commit
dsp56k: Fix BKL pushdown
authorGeert Uytterhoeven <geert@linux-m68k.org>
Sat, 26 Jul 2008 15:15:05 +0000 (17:15 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 26 Jul 2008 20:22:56 +0000 (13:22 -0700)
commit060862334e4cf2eec424359b292a6430b1472447
tree32439d68526e71728b2983eafe52fbd9f66897bd
parent74534f652f3b4174eafa34349607607915b35d67
dsp56k: Fix BKL pushdown

commit 016680f009b53527b72ac161c3e0334e7f734d88 ("dsp56k: BKL pushdown")
removed the `struct inode *inode' parameter from dsp56k_ioctl(), but
forgot to update the use of `inode' in the first line of the function.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/char/dsp56k.c