usb: dwc2: Fix issues in dwc2_complete_non_isoc_xfer_ddma()
authorJohn Youn <johnyoun@synopsys.com>
Tue, 1 Mar 2016 01:53:35 +0000 (17:53 -0800)
committerFelipe Balbi <balbi@kernel.org>
Fri, 4 Mar 2016 13:14:48 +0000 (15:14 +0200)
commit1fc659894994c7faa67e51a4b5a981ab4cf0f3a5
tree56a9fda3a070f11fbc6dfa3ba1936dc5d63d79d4
parent6c0c0951bbf8c2c216675fe277fba4c42aa0a2bf
usb: dwc2: Fix issues in dwc2_complete_non_isoc_xfer_ddma()

Fixes a static analysis issue in dwc2_complete_non_isoc_xfer_ddma(). The
qtd was being passed to a function after being freed. It was not being
used in the function so this doesn't fix any bugs. But it fixes up the
warning and makes the code safer by setting qtd to NULL and not using it
at all.

Reported-by: Felipe Balbi <balbi@kernel.org>
Signed-off-by: John Youn <johnyoun@synopsys.com>
Signed-off-by: Felipe Balbi <balbi@kernel.org>
drivers/usb/dwc2/hcd_ddma.c
This page took 0.027751 seconds and 5 git commands to generate.