Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334402
b: refs/heads/master
c: bd6126b
h: refs/heads/master
v: v3
  • Loading branch information
Randy Dunlap authored and Dave Airlie committed Oct 16, 2012
1 parent e0129b5 commit 319c089
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: 39df01cd6ce9f6dd755ace0030e2bebe75da7727
refs/heads/master: bd6126bd0766cb0e03a4d832cc3611dff5ea8e50
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/radeon/radeon_atpx_handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ static int radeon_atpx_verify_interface(struct radeon_atpx *atpx)

size = *(u16 *) info->buffer.pointer;
if (size < 8) {
printk("ATPX buffer is too small: %lu\n", size);
printk("ATPX buffer is too small: %zu\n", size);
err = -EINVAL;
goto out;
}
Expand Down

0 comments on commit 319c089

Please sign in to comment.