]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ALSA: sh: Fix wrong argument order for copy_from_iter()
authorTakashi Iwai <tiwai@suse.de>
Fri, 20 Dec 2024 11:44:16 +0000 (12:44 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 20 Dec 2024 11:45:38 +0000 (12:45 +0100)
commit66a0a2b0473c39ae85c44628d14e4366fdc0aa0d
tree2d03ff1c1272b63f8811862b1ea575a645814996
parent55853cb829dc707427c3519f6b8686682a204368
ALSA: sh: Fix wrong argument order for copy_from_iter()

Fix a brown paper bag bug I introduced at converting to the standard
iter helper; the arguments were wrongly passed and have to be
swapped.

Fixes: 9b5f8ee43e48 ("ALSA: sh: Use standard helper for buffer accesses")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202412140019.jat5Dofr-lkp@intel.com/
Link: https://patch.msgid.link/20241220114417.5898-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/sh/sh_dac_audio.c