From: Tejun Heo Date: Tue, 27 Aug 2013 18:27:23 +0000 (-0400) Subject: cgroup: fix cgroup_css() invocation in css_from_id() X-Git-Tag: v3.12-rc1~173^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1625964da51bda61306ad3ec45307a799c21f08;p=pandora-kernel.git cgroup: fix cgroup_css() invocation in css_from_id() ca8bdcaff0 ("cgroup: make cgroup_css() take cgroup_subsys * instead and allow NULL subsys") missed one conversion in css_from_id(), which was newly added. As css_from_id() doesn't have any user yet, this doesn't break anything other than generating a build warning. Convert it. Signed-off-by: Tejun Heo Reported-by: Stephen Rothwell Reported-by: kbuild test robot --- Reading git-diff-tree failed