Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164019
b: refs/heads/master
c: 812c369
h: refs/heads/master
i:
  164017: a44257e
  164015: 0da8420
v: v3
  • Loading branch information
Pekka Paalanen authored and Dave Airlie committed Sep 18, 2009
1 parent 8b905c4 commit fbb8c09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 9b1596af17dc9bf38c304f69fb253d6cfa73d136
refs/heads/master: 812c369dbf3b5a726b52bbfb8adbc230f3f81bcf
4 changes: 2 additions & 2 deletions trunk/drivers/gpu/drm/drm_bufs.c
Original file line number Diff line number Diff line change
Expand Up @@ -310,10 +310,10 @@ static int drm_addmap_core(struct drm_device * dev, resource_size_t offset,
(unsigned long long)map->offset, map->size);

break;
}
case _DRM_GEM:
DRM_ERROR("tried to rmmap GEM object\n");
DRM_ERROR("tried to addmap GEM object\n");
break;
}
case _DRM_SCATTER_GATHER:
if (!dev->sg) {
kfree(map);
Expand Down

0 comments on commit fbb8c09

Please sign in to comment.