Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47039
b: refs/heads/master
c: bbb5355
h: refs/heads/master
i:
  47037: ea91bab
  47035: 6cd4212
  47031: 92b652b
  47023: 381bd7f
  47007: 32507c8
  46975: 78f825a
v: v3
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed Feb 9, 2007
1 parent 23eadf8 commit 46b0915
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9244b2c3079faac79b3b961116bd548c45087e2c
refs/heads/master: bbb53551e31dce3cdbf61330e135179a55c82fd1
2 changes: 1 addition & 1 deletion trunk/sound/pci/emu10k1/emu10k1_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ static int snd_emu1010_load_firmware(struct snd_emu10k1 * emu, const char * file
snd_printk(KERN_ERR "firmware: %s not found. Err=%d\n",filename, err);
return err;
}
snd_printk(KERN_INFO "firmware size=0x%x\n",fw_entry->size);
snd_printk(KERN_INFO "firmware size=0x%zx\n", fw_entry->size);
if (fw_entry->size != 0x133a4) {
snd_printk(KERN_ERR "firmware: %s wrong size.\n",filename);
return -EINVAL;
Expand Down

0 comments on commit 46b0915

Please sign in to comment.