diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2012-11-05 06:42:17 (GMT) |
---|---|---|
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2013-05-15 14:23:40 (GMT) |
commit | 9eff37a8713939f218ab8bf0dc93f1d67af7b8b4 (patch) | |
tree | e795f75eb46dc0ecbef17d8b2d13e355343a39b5 /drivers/vhost | |
parent | 7c86617dde0015112de566a4619a9b06871580c1 (diff) | |
download | linux-fsl-qoriq-9eff37a8713939f218ab8bf0dc93f1d67af7b8b4.tar.xz |
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>
Diffstat (limited to 'drivers/vhost')
0 files changed, 0 insertions, 0 deletions