Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 60438
b: refs/heads/master
c: 6f71010
h: refs/heads/master
v: v3
  • Loading branch information
Dave Airlie committed Jul 11, 2007
1 parent a7756ed commit b2658ad
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: da509d7a02cb54938776439edc81f057e39f81e0
refs/heads/master: 6f710105f5a4971078c46ae258cbb76db1ee967a
2 changes: 1 addition & 1 deletion trunk/drivers/char/drm/drm_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ drm_local_map_t *drm_getsarea(struct drm_device *dev)
{
drm_map_list_t *entry;

list_for_each_entry(entry, &dev->maplist->head, head) {
list_for_each_entry(entry, &dev->maplist, head) {
if (entry->map && entry->map->type == _DRM_SHM &&
(entry->map->flags & _DRM_CONTAINS_LOCK)) {
return entry->map;
Expand Down

0 comments on commit b2658ad

Please sign in to comment.