]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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>
Thu, 29 Sep 2011 18:33:27 +0000 (14:33 -0400)
commit49f42c50448d581dbe62f288252265a9d31de1ea
tree52fd7c5cb3859370acb26ab02d68cbce8f37995b
parentaa42319872882b7ba36bf3c5d85a3d1f389e6368
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