From: Dan Carpenter Date: Mon, 5 Nov 2012 06:42:17 +0000 (+0300) Subject: xen/privcmd: fix condition in privcmd_close() X-Git-Tag: v3.10-rc2~1^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9eff37a8713939f218ab8bf0dc93f1d67af7b8b4;p=pandora-kernel.git xen/privcmd: fix condition in privcmd_close() The parenthesis are in the wrong place so the original code is equivalent to: if (!xen_feature(XENFEAT_writable_descriptor_tables)) { ... Which obviously was not intended. Signed-off-by: Dan Carpenter Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed