From: Konrad Rzeszutek Wilk Date: Thu, 29 Sep 2011 17:13:30 +0000 (-0400) Subject: xen/events: Don't check the info for NULL as it is already done. X-Git-Tag: v3.2-rc1~193^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bb9efe4bab8a877cdde5c6bfbfa202645517571;p=pandora-kernel.git 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 --- Reading git-diff-tree failed