Skip to content

Commit

Permalink
Merge tag 'Smack-for-5.19' of https://github.com/cschaufler/smack-next
Browse files Browse the repository at this point in the history
Pull smack update from Casey Schaufler:
 "A single change to remove a pointless assignment"

* tag 'Smack-for-5.19' of https://github.com/cschaufler/smack-next:
  smack: Remove redundant assignments
  • Loading branch information
torvalds committed May 24, 2022
2 parents cb44e4f + eaff451 commit a9d1046
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion security/smack/smackfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -1192,7 +1192,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) {
Expand Down

0 comments on commit a9d1046

Please sign in to comment.