summaryrefslogtreecommitdiff
path: root/lib/ref_tracker.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2025-08-21 09:02:28 +0200
committerTakashi Iwai <tiwai@suse.de>2025-08-21 09:02:28 +0200
commit279eb50aa8b6b6b69a57a2a7f0bba24dda44f102 (patch)
tree4e925cd39cf1feb7dd5e7c209794226d14f12fc9 /lib/ref_tracker.c
parent3f4422e7c9436abf81a00270be7e4d6d3760ec0e (diff)
parent7c15e4cabfa96ed3cd717a2ed7a9961268ab21f7 (diff)
Merge tag 'asoc-fix-v6.17-rc2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v6.17 A few fixes that came in during the past week, there's some updates for the CS35L56 which adjust the driver for production silicon and a fix for buggy resume of the ES9389.
Diffstat (limited to 'lib/ref_tracker.c')
-rw-r--r--lib/ref_tracker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ref_tracker.c b/lib/ref_tracker.c
index a9e6ffcff04b..cce12287708e 100644
--- a/lib/ref_tracker.c
+++ b/lib/ref_tracker.c
@@ -434,7 +434,7 @@ void ref_tracker_dir_debugfs(struct ref_tracker_dir *dir)
if (dentry && !xa_is_err(dentry))
return;
- ret = snprintf(name, sizeof(name), "%s@%px", dir->class, dir);
+ ret = snprintf(name, sizeof(name), "%s@%p", dir->class, dir);
name[sizeof(name) - 1] = '\0';
if (ret < sizeof(name)) {