[PATCH v2 0/2] gpio: Check for error from devm_mutex_init()

From: Andy Shevchenko
Date: Wed Oct 30 2024 - 13:41:46 EST


Ignoring error checking from devm calls is a bad practice in general.
While not critical today, it may become a problem tomorrow.
Fix this for devm_mutex_init().

In v2:
- fixed obvious typo (Mary)
- collected tags (Mary, Wolfram)

Andy Shevchenko (2):
gpio: mpsse: Check for error code from devm_mutex_init() call
gpio: sloppy-logic-analyzer: Check for error code from
devm_mutex_init() call

drivers/gpio/gpio-mpsse.c | 9 +++++++--
drivers/gpio/gpio-sloppy-logic-analyzer.c | 4 +++-
2 files changed, 10 insertions(+), 3 deletions(-)

--
2.43.0.rc1.1336.g36b5255a03ac