Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332052
b: refs/heads/master
c: 5d86e25
h: refs/heads/master
v: v3
  • Loading branch information
Emil Goode authored and Mark Brown committed Sep 5, 2012
1 parent d5249a9 commit 2140b07
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: 4f3ad7956d91a5371a572f0420cc07f8c4f32c22
refs/heads/master: 5d86e25c70407cd97a5aa8f39cc3be390bcab116
2 changes: 1 addition & 1 deletion trunk/sound/soc/codecs/wm0010.c
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ static int wm0010_boot(struct snd_soc_codec *codec)
wm0010->state = WM0010_BOOTROM;
spin_unlock_irqrestore(&wm0010->irq_lock, flags);

dev_dbg(codec->dev, "Downloading %d byte stage 2 loader\n", fw->size);
dev_dbg(codec->dev, "Downloading %zu byte stage 2 loader\n", fw->size);

/* Copy to local buffer first as vmalloc causes problems for dma */
img = kzalloc(fw->size, GFP_KERNEL);
Expand Down

0 comments on commit 2140b07

Please sign in to comment.