xen/events: Don't check the info for NULL as it is already done.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Thu, 29 Sep 2011 17:13:30 +0000 (13:13 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 19 Oct 2011 21:03:26 +0000 (17:03 -0400)
commit9bb9efe4bab8a877cdde5c6bfbfa202645517571
tree6822f68a51228ef10db8ebb1bf81aa5e2683760a
parent9d093e2958baf76154d1008339f594f798a52790
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>
drivers/xen/events.c