Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 114665
b: refs/heads/master
c: 6d54aaf
h: refs/heads/master
i:
  114663: bafd2fa
v: v3
  • Loading branch information
Alan Cox authored and Linus Torvalds committed Oct 15, 2008
1 parent 5ad9989 commit 52fb6c0
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: 6c5e51dae2c37127e00be392f40842e08077e96a
refs/heads/master: 6d54aaf389bb47f30fd6567b88665689967be642
2 changes: 1 addition & 1 deletion trunk/drivers/video/metronomefb.c
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ static int __devinit load_waveform(u8 *mem, size_t size, int m, int t,
epd_frame_table[par->dt].wfm_size = user_wfm_size;

if (size != epd_frame_table[par->dt].wfm_size) {
dev_err(dev, "Error: unexpected size %d != %d\n", size,
dev_err(dev, "Error: unexpected size %Zd != %d\n", size,
epd_frame_table[par->dt].wfm_size);
return -EINVAL;
}
Expand Down

0 comments on commit 52fb6c0

Please sign in to comment.