summaryrefslogtreecommitdiffstats
path: root/cryptodev_main.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2010-05-27 16:52:34 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2010-06-17 20:47:37 +0200
commit0ccc614c7d1b74f34abeeee34fe1e5f11820f39c (patch)
tree1e42506a542a0757c7b9d7cd94e7fed1d04eac3c /cryptodev_main.c
parent02eb90375d9975252647ac285d0ba9fa61435640 (diff)
downloadcryptodev-linux-0ccc614c7d1b74f34abeeee34fe1e5f11820f39c.tar.gz
cryptodev-linux-0ccc614c7d1b74f34abeeee34fe1e5f11820f39c.tar.xz
cryptodev-linux-0ccc614c7d1b74f34abeeee34fe1e5f11820f39c.zip
Corrected nasty bug and added some debugging info.
Diffstat (limited to 'cryptodev_main.c')
-rw-r--r--cryptodev_main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/cryptodev_main.c b/cryptodev_main.c
index fabda2e..50e5a27 100644
--- a/cryptodev_main.c
+++ b/cryptodev_main.c
@@ -575,9 +575,6 @@ cryptodev_ioctl(struct inode *inode, struct file *filp,
fcr = &pcr->fcrypt;
- if (unlikely(!fcr))
- BUG();
-
switch (cmd) {
case CIOCASYMFEAT:
put_user(0, p);