diff options
| author | Artem Lytkin <iprintercanon@gmail.com> | 2026-02-24 21:07:50 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2026-02-25 07:03:40 -0800 |
| commit | 0886fb23a876aa31273281f53e6d6852bf4c2820 (patch) | |
| tree | 70ed5b471f00d98631b4701c5544d042e6ac3b8b /tools/perf/scripts/python/task-analyzer.py | |
| parent | b7a013c12504ba6468e098fab5b91011079daf57 (diff) | |
staging: most: dim2: remove unnecessary string indirection in dev_err
Replace dev_err(&pdev->dev, "%s\n", "clk_prepare_enable failed") with
the direct format string dev_err(&pdev->dev, "clk_prepare_enable
failed\n"). The extra level of indirection through %s is unnecessary.
Signed-off-by: Artem Lytkin <iprintercanon@gmail.com>
Link: https://patch.msgid.link/20260224180750.28468-4-iprintercanon@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions
