summaryrefslogtreecommitdiffstats
path: root/cryptodev_main.c
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2010-08-17 20:11:44 +0200
committerMiloslav Trmač <mitr@redhat.com>2010-08-24 22:51:00 +0200
commit9c0650117290c30b94e1c3513b67808fb5f7a143 (patch)
treeb45e2cc6e69c72cb77b25dc69033f4e25eb98285 /cryptodev_main.c
parent6ac025f801eaaf1aec4f652b951424522ec00686 (diff)
downloadcryptodev-linux-9c0650117290c30b94e1c3513b67808fb5f7a143.tar.gz
cryptodev-linux-9c0650117290c30b94e1c3513b67808fb5f7a143.tar.xz
cryptodev-linux-9c0650117290c30b94e1c3513b67808fb5f7a143.zip
Drop unnecessary "file *" argument to ncr_ioctl()
Diffstat (limited to 'cryptodev_main.c')
-rw-r--r--cryptodev_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptodev_main.c b/cryptodev_main.c
index f3f1f08..0a20888 100644
--- a/cryptodev_main.c
+++ b/cryptodev_main.c
@@ -136,7 +136,7 @@ cryptodev_ioctl(struct inode *inode, struct file *filp,
if (unlikely(!ncr))
BUG();
- return ncr_ioctl(ncr, filp, cmd, arg);
+ return ncr_ioctl(ncr, cmd, arg);
}
/* compatibility code for 32bit userlands */