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)
commit689796a141cea79d745a4689c65dd01c39e5e100
tree32439d68526e71728b2983eafe52fbd9f66897bd
parent37e67b75804b84e092ae9f1d7a19dc3522ef78ab
dsp56k: Fix BKL pushdown

commit 236b8756a2b6f90498d45b2c36d43e5372f2d4b8 ("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