Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30577
b: refs/heads/master
c: 14fdf47
h: refs/heads/master
i:
  30575: a4c9332
v: v3
  • Loading branch information
Michal Ludvig authored and Herbert Xu committed Jun 26, 2006
1 parent 36cf5cd commit 505ac5b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 996e2523cc347cc98237d2da3454aedc779fdcba
refs/heads/master: 14fdf477a7e3ff54f8e67fe506dd2677a36c56e4
9 changes: 8 additions & 1 deletion trunk/crypto/tcrypt.c
Original file line number Diff line number Diff line change
Expand Up @@ -1113,7 +1113,14 @@ static int __init init(void)

kfree(xbuf);
kfree(tvmem);
return 0;

/* We intentionaly return -EAGAIN to prevent keeping
* the module. It does all its work from init()
* and doesn't offer any runtime functionality
* => we don't need it in the memory, do we?
* -- mludvig
*/
return -EAGAIN;
}

/*
Expand Down

0 comments on commit 505ac5b

Please sign in to comment.