Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162312
b: refs/heads/master
c: f66abce
h: refs/heads/master
v: v3
  • Loading branch information
Randy Dunlap authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent 4c3a5be commit f7a07fa
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: e82bf85ec92e9cb2db9b226c1a29e2219b489b94
refs/heads/master: f66abce70504514b1173e4fc9973126b99f65d89
2 changes: 1 addition & 1 deletion trunk/drivers/staging/udlfb/udlfb.h
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ static int dlfb_set_video_mode(struct dlfb_data *dev_info, int width, int height

/* send */
ret = dlfb_bulk_msg(dev_info, bufptr - dev_info->buf);
printk("ret bulk 2: %d %d\n", ret,
printk("ret bulk 2: %d %td\n", ret,
bufptr - dev_info->buf);

/* flush */
Expand Down

0 comments on commit f7a07fa

Please sign in to comment.