Dan Carpenter 9eff37a871 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>
2013-05-15 10:23:40 -04:00
..
2008-12-16 21:50:31 +01:00
2013-05-08 08:38:10 -04:00
2013-02-19 22:02:29 -05:00
2012-04-19 15:12:49 -04:00
2013-02-24 16:18:31 -08:00
2011-12-16 13:29:31 -05:00
2012-03-22 20:16:14 -07:00