commit | 123990e930ac1213df2dfa0e2d57cfc0e1dd5e02 | [log] [tgz] |
---|---|---|
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | Tue Oct 20 23:46:58 2015 +0900 |
committer | Takashi Iwai <tiwai@suse.de> | Tue Oct 20 17:49:15 2015 +0200 |
tree | 71ecd11a271221c0ae78abfbe8a7a92a95f683e1 | |
parent | b7ab614f301741ae3cb61fb6a90e290083d3b95d [diff] |
ALSA: firewire-tascam: fix loop condition with some readable variables In transactions for MIDI messages, the first byte is used for label and the rest is for MIDI bytes. In current code, these are handled correctly, while there's a small mistake for loop condition to include meaningless statement. This commit adds two local variables for them and improve the loop condition. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>