Skip to content

Commit

Permalink
Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/seli…
Browse files Browse the repository at this point in the history
…nux into for-linus
  • Loading branch information
James Morris committed Mar 27, 2015
2 parents 3c435c1 + 6436a12 commit 6416281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security/selinux/selinuxfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ static ssize_t sel_write_enforce(struct file *file, const char __user *buf,
goto out;

/* No partial writes. */
length = EINVAL;
length = -EINVAL;
if (*ppos != 0)
goto out;

Expand Down

0 comments on commit 6416281

Please sign in to comment.