ALSA: firewire-tascam: change type of valiables according to function prototype
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Tue, 20 Oct 2015 14:46:56 +0000 (23:46 +0900)
committerTakashi Iwai <tiwai@suse.de>
Tue, 20 Oct 2015 15:49:14 +0000 (17:49 +0200)
commit516a30615635fdec6a298d7b7cedca1270bc641c
tree3a27cf9570e1cf94b875e65420a4b3adc8732d7e
parent9f9c5617c8f7dfd1190c438894a8701db25f171f
ALSA: firewire-tascam: change type of valiables according to function prototype

In the callback function of asynchronous MIDI port, some local variables
are declared 'unsigned int', while they're assigned to int value of return
from snd_rawmidi_transmit_peek().

This commit fixes the type.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/firewire/tascam/tascam-transaction.c
This page took 0.02509 seconds and 5 git commands to generate.