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:
9d093e2
)
xen/events: Don't check the info for NULL as it is already done.
author
Konrad Rzeszutek Wilk
<konrad.wilk@oracle.com>
Thu, 29 Sep 2011 17:13:30 +0000
(13:13 -0400)
committer
Konrad Rzeszutek Wilk
<konrad.wilk@oracle.com>
Wed, 19 Oct 2011 21:03:26 +0000
(17:03 -0400)
The list operation checks whether the 'info' structure that is
retrieved from the list is NULL (otherwise it would not been able
to retrieve it). This check is not neccessary.
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
No differences found