aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/trace-event-scripting.c
diff options
context:
space:
mode:
authorDan Carpenter <[email protected]>2024-04-15 13:34:54 +0300
committerMark Brown <[email protected]>2024-04-15 19:54:57 +0900
commit991b5e2aad870828669ca105f424ef1b2534f820 (patch)
treec12bffc2c9255601799a7dab973a89a269fb9617 /tools/perf/util/trace-event-scripting.c
parent135cec6ba82ebffc0275c5228b4c4bf279fbf6f5 (diff)
regmap: kunit: Fix an NULL vs IS_ERR() check
The kunit_device_register() function returns error pointers, not NULL. Passing an error pointer to get_device() will lead to an Oops. Also get_device() returns the same device you passed to it. Fix it! ;) Fixes: 7b7982f14315 ("regmap: kunit: Create a struct device for the regmap") Signed-off-by: Dan Carpenter <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions