Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40301
b: refs/heads/master
c: 0d960d2
h: refs/heads/master
i:
  40299: d450dfe
v: v3
  • Loading branch information
Dave Jones authored and Dave Airlie committed Oct 25, 2006
1 parent 4ba9773 commit 0ff3660
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: 958de71b1ab01c20c1b385035235746c9227b24f
refs/heads/master: 0d960d26c42888cf327df7faa1a8aa62bab53fa4
2 changes: 1 addition & 1 deletion trunk/drivers/char/drm/savage_state.c
Original file line number Diff line number Diff line change
Expand Up @@ -994,7 +994,7 @@ int savage_bci_cmdbuf(DRM_IOCTL_ARGS)
if (cmdbuf.size) {
kcmd_addr = drm_alloc(cmdbuf.size * 8, DRM_MEM_DRIVER);
if (kcmd_addr == NULL)
return ENOMEM;
return DRM_ERR(ENOMEM);

if (DRM_COPY_FROM_USER(kcmd_addr, cmdbuf.cmd_addr,
cmdbuf.size * 8))
Expand Down

0 comments on commit 0ff3660

Please sign in to comment.