diff options
author | Andy Shevchenko <[email protected]> | 2024-10-30 19:36:52 +0200 |
---|---|---|
committer | Bartosz Golaszewski <[email protected]> | 2024-10-31 13:48:25 +0100 |
commit | 90bad749858cf88d80af7c2b23f86db4f7ad61c2 (patch) | |
tree | 36a988271c6bfe9c174408dc1672e4998cd4c7f8 /tools/perf/scripts/python/gecko.py | |
parent | a14968aea637bbe38a99e6089944e4ad8e6c49e5 (diff) |
gpio: sloppy-logic-analyzer: Check for error code from devm_mutex_init() call
Even if it's not critical, the avoidance of checking the error code
from devm_mutex_init() call today diminishes the point of using devm
variant of it. Tomorrow it may even leak something. Add the missed
check.
Fixes: 7828b7bbbf20 ("gpio: add sloppy logic analyzer using polling")
Reviewed-by: Wolfram Sang <[email protected]>
Signed-off-by: Andy Shevchenko <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bartosz Golaszewski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/gecko.py')
0 files changed, 0 insertions, 0 deletions