Re: [RFC 3/4] xhci: remove unnecessary check in xhci_free_stream_info()

2013-11-14 Thread Sarah Sharp
Applied to for-usb-next-queue for 3.14. Sarah Sharp On Mon, Aug 26, 2013 at 11:29:48PM +0300, Xenia Ragiadakou wrote: 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:

[RFC 3/4] xhci: remove unnecessary check in xhci_free_stream_info()

2013-08-26 Thread Xenia Ragiadakou
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 burzalod...@gmail.com --- drivers/usb/host/xhci-mem.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)