]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ALSA: pcm: Fix yet more compile warning at replacement with kstrtoul()
authorTakashi Iwai <tiwai@suse.de>
Mon, 2 Sep 2024 06:22:16 +0000 (08:22 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 2 Sep 2024 08:17:42 +0000 (10:17 +0200)
commit3606f92de365c0189c13e25a94654257751732ef
treed279f8cad49a2d55d863b9fb14b27092baadb8f2
parent2657539a27149b22aec6766831fc69ad36548cb1
ALSA: pcm: Fix yet more compile warning at replacement with kstrtoul()

The previous fix brought yet another compile warning at pr_debug()
call with the changed size.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Closes: https://lore.kernel.org/20240902132904.5ee173f3@canb.auug.org.au
Fixes: 43b42ed438bf ("ALSA: pcm: Fix the previous conversion to kstrtoul()")
Tested-by: Stephen Rothwell <sfr@canb.auug.org.au>
Link: https://patch.msgid.link/20240902062217.9777-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/pcm_memory.c