Skip to content
Commit 991d5add authored by Stefan Wahren's avatar Stefan Wahren Committed by Peter Chen
Browse files

usb: chipidea: host: fix NULL ptr dereference during shutdown

After commit b09b5224 ("usb: chipidea: implement platform shutdown
callback") and commit 43a40457

 ("usb: chipidea: host: set host to
be null after hcd is freed") a NULL pointer dereference is caused
on i.MX23 during shutdown. So ensure that role is set to CI_ROLE_END and
we finish interrupt handling before the hcd is deallocated. This avoids
the NULL pointer dereference.

Suggested-by: default avatarAlan Stern <stern@rowland.harvard.edu>
Signed-off-by: default avatarStefan Wahren <stefan.wahren@i2se.com>
Fixes: b09b5224

 ("usb: chipidea: implement platform shutdown callback")
Signed-off-by: default avatarPeter Chen <peter.chen@nxp.com>
parent b7603239
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment