]> www.infradead.org Git - users/jedix/linux-maple.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>
Wed, 19 Oct 2011 18:48:05 +0000 (14:48 -0400)
commit6013e08b0d84f0257709649f95afb2e1a141bf8c
treeee3847fb6a90dface27d34dde126b09f06edd0f2
parentb61ea96d57299d63f25d8a39921444459cc98997
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