commit | 9bb9efe4bab8a877cdde5c6bfbfa202645517571 | [log] [tgz] |
---|---|---|
author | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Thu Sep 29 13:13:30 2011 -0400 |
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Wed Oct 19 17:03:26 2011 -0400 |
tree | 6822f68a51228ef10db8ebb1bf81aa5e2683760a | |
parent | 9d093e2958baf76154d1008339f594f798a52790 [diff] |
xen/events: Don't check the info for NULL as it is already done. 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>