ALSA: rawmidi: remove variable dest_frames
authorColin Ian King <colin.i.king@gmail.com>
Mon, 24 Oct 2022 13:04:15 +0000 (14:04 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 24 Oct 2022 14:01:05 +0000 (16:01 +0200)
commit72457b3abb0c070f73b4a5311d7223cc23d6c6d7
tree451f8062aa524ede57e39481cf7b3965fcfa0cf6
parenta293e8ec82790aea77168a7e56e846a4411a7271
ALSA: rawmidi: remove variable dest_frames

Variable dest_frames is just being incremented and it's never used
anywhere else. The variable and the increment are redundant so
remove it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Link: https://lore.kernel.org/r/20221024130415.2155860-1-colin.i.king@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/rawmidi.c