Message ID | 20190527175226.17191-1-colin.king@canonical.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | smack: remove redundant assignment to variable m | expand |
diff --git a/security/smack/smackfs.c b/security/smack/smackfs.c index 47f73a0dabb1..b66adafeb5fa 100644 --- a/security/smack/smackfs.c +++ b/security/smack/smackfs.c @@ -1174,7 +1174,6 @@ static ssize_t smk_write_net4addr(struct file *file, const char __user *buf, rc = -EINVAL; goto free_out; } - m = BEBITS; masks = 32; } if (masks > BEBITS) {