'robots' content='noindex, nofollow'/>
summaryrefslogtreecommitdiff
ption value='grep'>log msg
ModeNameSize
7:34 +0100
AgeCommit message (Expand)AuthorFilesLines
committerFelipe Balbi <felipe.balbi@linux.intel.com>2017-01-02 10:55:28 +0200
commitd7fd41c6dbcc547578a8a56cc52d6f2d36e505bc (patch)
treee97ab060d5cb8d77bb03e211dd3b139b3b1ed9ff
parent0994b0a257557e18ee8f0b7c5f0f73fe2b54eec1 (diff)
usb: dwc3: skip interrupt when ep disabled
In case EP disabled pass only EPCPLT command to be handled. In other case we could hit Bug like below. BUG: unable to handle kernel NULL pointer dereference at 0000000000000003 IP: [<ffffffff81673428>] dwc3_thread_interrupt+0x11c8/0x1790 while dep->endpoint.desc is NULL. Signed-off-by: Janusz Dziedzic <januszx.dziedzic@linux.intel.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>