]> git.baikalelectronics.ru Git - kernel.git/commit
usb: chipdea: core: fix return -EINVAL if request role is the same with current role
authorXu Yang <xu.yang_2@nxp.com>
Fri, 17 Mar 2023 06:15:15 +0000 (14:15 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Apr 2023 09:16:41 +0000 (11:16 +0200)
commitd72097ebb927a7c1b68cfccdfc2c9779761be2bf
treee4a2a3985733dfa24d45c61f4bbdc3c07e632aab
parent1d5de9e91c419b92d035ea41b5d34a4bfcf0a1fa
usb: chipdea: core: fix return -EINVAL if request role is the same with current role

commit 3670de80678961eda7fa2220883fc77c16868951 upstream.

It should not return -EINVAL if the request role is the same with current
role, return non-error and without do anything instead.

Fixes: 6077caa77c13 ("usb: chipidea: core: add sysfs group")
cc: <stable@vger.kernel.org>
Acked-by: Peter Chen <peter.chen@kernel.org>
Signed-off-by: Xu Yang <xu.yang_2@nxp.com>
Link: https://lore.kernel.org/r/20230317061516.2451728-1-xu.yang_2@nxp.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/chipidea/core.c