]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ALSA: usx2y: Drop no longer used variable
authorTakashi Iwai <tiwai@suse.de>
Fri, 9 Aug 2024 07:56:59 +0000 (09:56 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 9 Aug 2024 07:57:33 +0000 (09:57 +0200)
commitf6c9a097b55e1955e3dd35f1de4828d3ed67534c
tree8a0ce0b5f5f299ae3c5bbbca75056f22cf94146a
parentaf1d53b6e0ebef5ea57887e23619b2bb33a6f4de
ALSA: usx2y: Drop no longer used variable

The recent conversion to the standard print API included some cleanups
and that changed the code no longer referring to a variable iters at
usb_stream_start().  This caused a compiler warning in the end.
Let's drop the unused variable.

Fixes: f8466d91f36d ("ALSA: usx2y: Use standard print API")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202408090249.8LE9qrae-lkp@intel.com/
Link: https://patch.msgid.link/20240809075700.7320-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/usx2y/usb_stream.c