Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28535
b: refs/heads/master
c: 3f3488b
h: refs/heads/master
i:
  28533: 05907ed
  28531: 3c2ce15
  28527: ab67109
v: v3
  • Loading branch information
Randy Dunlap authored and Jaroslav Kysela committed Jun 22, 2006
1 parent 4c5fe28 commit 2321b8b
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: 3758d4e601552a3d9066913a31ccb8dc6a25ee69
refs/heads/master: 3f3488b84c261ab3cb64b9f0b9f40b61e33edb98
2 changes: 1 addition & 1 deletion trunk/sound/pcmcia/vx/vxp_ops.c
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ static int vxp_load_xilinx_binary(struct vx_core *_chip, const struct firmware *
c |= (int)vx_inb(chip, RXM) << 8;
c |= vx_inb(chip, RXL);

snd_printdd(KERN_DEBUG "xilinx: dsp size received 0x%x, orig 0x%x\n", c, fw->size);
snd_printdd(KERN_DEBUG "xilinx: dsp size received 0x%x, orig 0x%Zx\n", c, fw->size);

vx_outb(chip, ICR, ICR_HF0);

Expand Down

0 comments on commit 2321b8b

Please sign in to comment.