diff options
Diffstat (limited to 'sound/pci/emu10k1')
-rw-r--r-- | sound/pci/emu10k1/emu10k1_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/emu10k1/emu10k1_main.c b/sound/pci/emu10k1/emu10k1_main.c index 891172f2b1d7..09c4db8495b2 100644 --- a/sound/pci/emu10k1/emu10k1_main.c +++ b/sound/pci/emu10k1/emu10k1_main.c | |||
@@ -615,7 +615,7 @@ static int snd_emu1010_load_firmware(struct snd_emu10k1 * emu, const char * file | |||
615 | snd_printk(KERN_ERR "firmware: %s not found. Err=%d\n",filename, err); | 615 | snd_printk(KERN_ERR "firmware: %s not found. Err=%d\n",filename, err); |
616 | return err; | 616 | return err; |
617 | } | 617 | } |
618 | snd_printk(KERN_INFO "firmware size=0x%x\n",fw_entry->size); | 618 | snd_printk(KERN_INFO "firmware size=0x%zx\n", fw_entry->size); |
619 | if (fw_entry->size != 0x133a4) { | 619 | if (fw_entry->size != 0x133a4) { |
620 | snd_printk(KERN_ERR "firmware: %s wrong size.\n",filename); | 620 | snd_printk(KERN_ERR "firmware: %s wrong size.\n",filename); |
621 | return -EINVAL; | 621 | return -EINVAL; |