]> 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>
Mon, 3 Oct 2011 16:22:18 +0000 (12:22 -0400)
commit089a5d8106d8969edcd57e61724ab039c5f8bbd1
treedad7734ea18b60a849eb4660dfde3155fa823e5a
parenta269db20c509958474710486d647b982af7555ff
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