From: Srivatsa S. Bhat Date: Fri, 2 Dec 2011 23:20:30 +0000 (+0100) Subject: PM / Hibernate: Replace unintuitive 'if' condition in kernel/power/user.c with 'else' X-Git-Tag: v3.3-rc1~167^2~4^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5b16746f0f2d6883c226af52d90904ce0f7eee8;p=pandora-kernel.git PM / Hibernate: Replace unintuitive 'if' condition in kernel/power/user.c with 'else' In the snapshot_ioctl() function, under SNAPSHOT_FREEZE, the code below freeze_processes() is a bit unintuitive. Improve it by replacing the second 'if' condition with an 'else' clause. Signed-off-by: Srivatsa S. Bhat Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed