]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - sound/firewire/lib.h
ALSA: firewire-lib: fix inappropriate assignment between signed/unsigned type
[mirror_ubuntu-zesty-kernel.git] / sound / firewire / lib.h
index f6769312ebfccbe473ac291e81b386b48b45488f..c3768cd494a5f3fe3bb9059bd8e588c73b806c86 100644 (file)
@@ -45,7 +45,7 @@ struct snd_fw_async_midi_port {
 
        struct snd_rawmidi_substream *substream;
        snd_fw_async_midi_port_fill fill;
-       unsigned int consume_bytes;
+       int consume_bytes;
 };
 
 int snd_fw_async_midi_port_init(struct snd_fw_async_midi_port *port,