pinctrl: cy8c95x0: Drop atomicity on operations on push_pull
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 16 Sep 2022 20:54:49 +0000 (23:54 +0300)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 20 Sep 2022 09:22:12 +0000 (11:22 +0200)
commitd6afdf8826ef4c719ab78d33e932dc6ad9dedb35
treece669ceb9f22dbf4dce29637b168cee4147038bf
parent56e380cfcd82a228dc006902b88cf1adaf9851dc
pinctrl: cy8c95x0: Drop atomicity on operations on push_pull

The push_pull member is always accessed under the mutex, hence
no need to use atomic operations on it.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20220916205450.86278-2-andriy.shevchenko@linux.intel.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-cy8c95x0.c