Merge branch 'topic/snd-printk' into for-linus
[pandora-kernel.git] / net / netfilter / xt_quota.c
index 98fc190..390b7d0 100644 (file)
@@ -52,7 +52,7 @@ static bool quota_mt_check(const struct xt_mtchk_param *par)
 
        q->master = kmalloc(sizeof(*q->master), GFP_KERNEL);
        if (q->master == NULL)
-               return -ENOMEM;
+               return false;
 
        q->master->quota = q->quota;
        return true;