diff options
author | Nick Crews <ncrews@chromium.org> | 2019-03-11 09:58:38 -0600 |
---|---|---|
committer | Benson Leung <bleung@chromium.org> | 2019-03-18 10:29:40 -0700 |
commit | 6f8f89ce1e18de1e391c9c1c14e7738881d1c00c (patch) | |
tree | e17e26e215c3fb454afa41633ab4408f04f36b2c /drivers/staging | |
parent | 2794449576a6024e203eca5cc2c1a3ae33102b8e (diff) | |
download | linux-6f8f89ce1e18de1e391c9c1c14e7738881d1c00c.tar.bz2 |
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: 7b3d4f44abf0 ("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>
Diffstat (limited to 'drivers/staging')
0 files changed, 0 insertions, 0 deletions