ALSA: usb-audio: Fix packet size calculation regression
authorTakashi Iwai <tiwai@suse.de>
Fri, 1 Oct 2021 10:54:25 +0000 (12:54 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 1 Oct 2021 10:54:56 +0000 (12:54 +0200)
commit23939115be181bc5dbc33aa8471adcdbffa28910
tree8f5d80841a20480b511d9b9df2f9c179f66a6fc6
parent28c369e60827f706cef4604a3e2848198f25bd26
ALSA: usb-audio: Fix packet size calculation regression

The commit d215f63d49da ("ALSA: usb-audio: Check available frames for
the next packet size") introduced the available frame size check, but
the conversion forgot to initialize the temporary variable properly,
and it resulted in a bogus calculation.  This patch fixes it.

Fixes: d215f63d49da ("ALSA: usb-audio: Check available frames for the next packet size")
Reported-by: Colin Ian King <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20211001104417.14291-1-colin.king@canonical.com
Link: https://lore.kernel.org/r/20211001105425.16191-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/endpoint.c