From: Xenia Ragiadakou Date: Mon, 26 Aug 2013 20:29:48 +0000 (+0300) Subject: xhci: remove unnecessary check in xhci_free_stream_info() X-Git-Tag: v3.14-rc1~148^2~130^2~65^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d3703be3a671ca225a796f4ae6e904dd83c2e07;p=pandora-kernel.git xhci: remove unnecessary check in xhci_free_stream_info() This patch removes the unneccessary check 'if (stream_info)' because there is already a check few lines above which ensures that stream_info is not NULL. Signed-off-by: Xenia Ragiadakou Signed-off-by: Sarah Sharp --- Reading git-diff-tree failed