Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f35f31d7 authored by Paul Jackson's avatar Paul Jackson Committed by Linus Torvalds
Browse files

[PATCH] cpuset cleanup



Remove one more useless line from cpuset_common_file_read().

Signed-off-by: default avatarPaul Jackson <pj@sgi.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent e9543659
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -995,7 +995,6 @@ static ssize_t cpuset_common_file_read(struct file *file, char __user *buf,
		goto out;
	}
	*s++ = '\n';
	*s = '\0';

	retval = simple_read_from_buffer(buf, nbytes, ppos, page, s - page);
out: