DSS2: Add sysfs entry to for the alpha blending support.
[pandora-kernel.git] / mm / mlock.c
index 7b26560..01fbe93 100644 (file)
@@ -78,8 +78,6 @@ success:
 
        mm->locked_vm -= pages;
 out:
-       if (ret == -ENOMEM)
-               ret = -EAGAIN;
        return ret;
 }