summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorArtem Lytkin <iprintercanon@gmail.com>2026-02-24 21:07:48 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-02-25 07:03:40 -0800
commit24b28dc2189790810dbbc29e01759aed39dff5e3 (patch)
tree63b5a054b2a7fc4732d31dc8e0941e48f33cd7f5 /tools/perf/scripts/python/bin
parent4895acd1b4306fea49ec8b7b1dcc03df8e73efbc (diff)
staging: most: dim2: replace IS_ERR_OR_NULL with IS_ERR for devm_clk_get
devm_clk_get() never returns NULL, so IS_ERR_OR_NULL() checks are unnecessary. Replace them with IS_ERR() for both the "mlb" and "pll8_mlb" clock lookups in fsl_mx6_enable(). Signed-off-by: Artem Lytkin <iprintercanon@gmail.com> Link: https://patch.msgid.link/20260224180750.28468-2-iprintercanon@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions