|
@@ -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;
|