ALSA: firewire-lib: code refactoring for local variables
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Sun, 7 Jul 2019 12:07:59 +0000 (21:07 +0900)
committerTakashi Iwai <tiwai@suse.de>
Mon, 8 Jul 2019 12:50:42 +0000 (14:50 +0200)
commit0dcb4efb1095d0a1f5f681c2b94e98b009cc5d77
treeb9683f0adc626c3d2791bbbe34b30147f18c794d
parent02394af3e00df73c3674de0783d3a31c8162c840
ALSA: firewire-lib: code refactoring for local variables

It's better to use int type for loop index. For consistency, the name
of local variable for the number of data block should be plural.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/firewire/amdtp-stream.c