commit | f1e6d3c5cf86675e54a17a89668aa6685d2ef59d | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Aug 11 08:15:04 2009 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Tue Aug 11 08:16:15 2009 +0200 |
tree | ed9dd2be28440a4a05d1e968b7d5df7ccaeb5c3d | |
parent | 765e8db078e63fdc076fcf6024c15d3b7b955746 [diff] |
ALSA: usb-audio - Fix types taken in min() Fix the compile warning due to different integer types used in min(): sound/usb/usbaudio.c: In function 'init_substream_urbs': sound/usb/usbaudio.c:1087: warning: comparison of distinct pointer types lacks a cast Signed-off-by: Takashi Iwai <tiwai@suse.de>