git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c86617
)
xen/privcmd: fix condition in privcmd_close()
author
Dan Carpenter
<dan.carpenter@oracle.com>
Mon, 5 Nov 2012 06:42:17 +0000
(09:42 +0300)
committer
Konrad Rzeszutek Wilk
<konrad.wilk@oracle.com>
Wed, 15 May 2013 14:23:40 +0000
(10:23 -0400)
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>
No differences found