OSDN Git Service

usb: chipidea: core: check before accessing ci_role in ci_role_show
authorMichael Thalmeier <michael.thalmeier@hale.at>
Fri, 19 May 2017 08:32:09 +0000 (10:32 +0200)
committerPeter Chen <peter.chen@nxp.com>
Tue, 23 May 2017 00:36:54 +0000 (08:36 +0800)
commitcbb22ebcfb9920380ed69854a7095d497798063d
tree6576185df1b84ba1c70170967d95ee54a8291a42
parent0340ff83cd4475261e7474033a381bc125b45244
usb: chipidea: core: check before accessing ci_role in ci_role_show

ci_role BUGs when the role is >= CI_ROLE_END.
This is the case while the role is changing.

Signed-off-by: Michael Thalmeier <michael.thalmeier@hale.at>
Signed-off-by: Peter Chen <peter.chen@nxp.com>
drivers/usb/chipidea/core.c