Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 129998
b: refs/heads/master
c: aeb565d
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Jan 26, 2009
1 parent fe21433 commit a60fd64
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: 2d07d4d1bba3b141941682fa36cacbe12bbb143b
refs/heads/master: aeb565dfc3ac4c8b47c5049085b4c7bfb2c7d5d7
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/i915/i915_gem.c
Original file line number Diff line number Diff line change
Expand Up @@ -3427,7 +3427,7 @@ i915_gem_attach_phys_object(struct drm_device *dev,
ret = i915_gem_init_phys_object(dev, id,
obj->size);
if (ret) {
DRM_ERROR("failed to init phys object %d size: %d\n", id, obj->size);
DRM_ERROR("failed to init phys object %d size: %zu\n", id, obj->size);
goto out;
}
}
Expand Down

0 comments on commit a60fd64

Please sign in to comment.