Home
last modified time | relevance | path

Searched hist:"9 eff37a8713939f218ab8bf0dc93f1d67af7b8b4" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/xen/
H A Dprivcmd.cdiff 9eff37a8713939f218ab8bf0dc93f1d67af7b8b4 Mon Nov 05 00:42:17 CST 2012 Dan Carpenter <dan.carpenter@oracle.com> 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 <dan.carpenter@oracle.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>