diff --git a/[refs] b/[refs] index f79378be1d97..b3e49fe0d310 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 996e2523cc347cc98237d2da3454aedc779fdcba +refs/heads/master: 14fdf477a7e3ff54f8e67fe506dd2677a36c56e4 diff --git a/trunk/crypto/tcrypt.c b/trunk/crypto/tcrypt.c index 49e344f00806..7bf93c5decfe 100644 --- a/trunk/crypto/tcrypt.c +++ b/trunk/crypto/tcrypt.c @@ -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; } /*