Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 318551
b: refs/heads/master
c: 4ef7fe7
h: refs/heads/master
i:
  318549: 5716515
  318547: 459e0fe
  318543: 988fc70
v: v3
  • Loading branch information
Yuanhan Liu authored and Dave Airlie committed Jun 21, 2012
1 parent 74a0f8f commit d22d730
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: b375de0b09ef1659c28f365a9a8e947c311f77e5
refs/heads/master: 4ef7fe7c66d4653930f67566a1df1c8f2d6daa6b
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/drm_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ long drm_ioctl(struct file *filp,
kfree(kdata);
atomic_dec(&dev->ioctl_count);
if (retcode)
DRM_DEBUG("ret = %x\n", retcode);
DRM_DEBUG("ret = %d\n", retcode);
return retcode;
}

Expand Down

0 comments on commit d22d730

Please sign in to comment.