Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24784
b: refs/heads/master
c: d2b58b5
h: refs/heads/master
v: v3
  • Loading branch information
Dave Airlie committed Mar 28, 2006
1 parent 0aa4378 commit 4648506
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: f3dd5c37382472a8b245ad791ed768771594e60c
refs/heads/master: d2b58b58838159b2afdc624f74b208e8bd3c029e
2 changes: 1 addition & 1 deletion trunk/drivers/char/drm/sis_mm.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ static int sis_fb_alloc(DRM_IOCTL_ARGS)

DRM_COPY_TO_USER_IOCTL(argp, fb, sizeof(fb));

DRM_DEBUG("alloc fb, size = %d, offset = %ld\n", fb.size, req.offset);
DRM_DEBUG("alloc fb, size = %d, offset = %d\n", fb.size, req.offset);

return retval;
}
Expand Down

0 comments on commit 4648506

Please sign in to comment.