From: Dan Carpenter Date: Wed, 4 Jan 2012 07:24:29 +0000 (+0300) Subject: cgroup: move assignement out of condition in cgroup_attach_proc() X-Git-Tag: v3.3-rc1~148^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=305f3c8b20ba1ca94829329acdbf22e689304dba;p=pandora-kernel.git cgroup: move assignement out of condition in cgroup_attach_proc() Gcc complains about this: "kernel/cgroup.c:2179:4: warning: suggest parentheses around assignment used as truth value [-Wparentheses]" Signed-off-by: Dan Carpenter Signed-off-by: Tejun Heo --- Reading git-diff-tree failed