]> git.baikalelectronics.ru Git - kernel.git/commit
platform/chrome: Fix locking pattern in wilco_ec_mailbox()
authorNick Crews <ncrews@chromium.org>
Mon, 11 Mar 2019 15:58:38 +0000 (09:58 -0600)
committerBenson Leung <bleung@chromium.org>
Mon, 18 Mar 2019 17:29:40 +0000 (10:29 -0700)
commitf0ef05316573f556a888e9cdf5d507640f72f1b9
treee17e26e215c3fb454afa41633ab4408f04f36b2c
parentf0a9ee0846931dcec28757cd4c241c833ba9c432
platform/chrome: Fix locking pattern in wilco_ec_mailbox()

Before, ec->data_buffer could be written to from multiple
contexts at the same time. Since the ec is shared data,
it needs to be inside the mutex as well.

Fixes: 547ce25714ed ("platform/chrome: Add new driver for Wilco EC")
Signed-off-by: Nick Crews <ncrews@chromium.org>
Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Signed-off-by: Benson Leung <bleung@chromium.org>
drivers/platform/chrome/wilco_ec/mailbox.c