commit | 689796a141cea79d745a4689c65dd01c39e5e100 | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert@linux-m68k.org> | Sat Jul 26 17:15:05 2008 +0200 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Sat Jul 26 13:22:56 2008 -0700 |
tree | 32439d68526e71728b2983eafe52fbd9f66897bd | |
parent | 37e67b75804b84e092ae9f1d7a19dc3522ef78ab [diff] |
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>