Commit 906aaf30 authored by Jaroslav Kysela's avatar Jaroslav Kysela

[ALSA] Fix compile warning

Wavefront drivers
Fixed compile warning regarding the sign of char.
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent af20627c
......@@ -1922,7 +1922,7 @@ wavefront_download_firmware (snd_wavefront_t *dev, char *path)
{
unsigned char section[WF_SECTION_MAX];
char section_length; /* yes, just a char; max value is WF_SECTION_MAX */
signed char section_length; /* yes, just a char; max value is WF_SECTION_MAX */
int section_cnt_downloaded = 0;
int fd;
int c;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment