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)
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>

No differences found