Home
last modified time | relevance | path

Searched hist:"89066 b36c43dc9100ad2c86e0b6bf8c81ca0b4d4" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/usb/dwc2/
H A Dgadget.cdiff 89066b36c43dc9100ad2c86e0b6bf8c81ca0b4d4 Sun Jul 15 16:50:43 CEST 2018 John Keeping <john@metanate.com> usb: dwc2: avoid NULL dereferences

For unidirectional endpoints, the endpoint pointer will be NULL for the
unused direction. Check that the endpoint is active before
dereferencing this pointer.

Fixes: 1b4977c793d3 ("usb: dwc2: Update dwc2_handle_incomplete_isoc_in() function")
Fixes: 689efb2619b5 ("usb: dwc2: Update dwc2_handle_incomplete_isoc_out() function")
Fixes: d84845522d93 ("usb: dwc2: Update GINTSTS_GOUTNAKEFF interrupt handling")
Signed-off-by: John Keeping <john@metanate.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>