]> git.baikalelectronics.ru Git - kernel.git/commit
usb: typec: ucsi: Clear EVENT_PENDING bit if ucsi_send_command fails
authorPrashanth K <quic_prashk@quicinc.com>
Mon, 11 Sep 2023 09:04:15 +0000 (14:34 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Oct 2023 21:08:58 +0000 (23:08 +0200)
commit71d323072af76149b49b11078a913cce0d3b9edd
tree4b24c2a3f804d33f34989c09e8a827f38570b43b
parent4d85f1ce6ca46f0af5964802ed5fa374459c6770
usb: typec: ucsi: Clear EVENT_PENDING bit if ucsi_send_command fails

commit a00e197daec52bcd955e118f5f57d706da5bfe50 upstream.

Currently if ucsi_send_command() fails, then we bail out without
clearing EVENT_PENDING flag. So when the next connector change
event comes, ucsi_connector_change() won't queue the con->work,
because of which none of the new events will be processed.

Fix this by clearing EVENT_PENDING flag if ucsi_send_command()
fails.

Cc: stable@vger.kernel.org # 5.16
Fixes: 512df95b9432 ("usb: typec: ucsi: Better fix for missing unplug events issue")
Signed-off-by: Prashanth K <quic_prashk@quicinc.com>
Acked-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Link: https://lore.kernel.org/r/1694423055-8440-1-git-send-email-quic_prashk@quicinc.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/typec/ucsi/ucsi.c