Minor code cleanup
MFC after: 3 days
This commit is contained in:
parent
d87f6722c5
commit
a4501e547e
@ -216,7 +216,7 @@ int drm_addmap(struct drm_device * dev, unsigned long offset,
|
||||
DRM_LOCK();
|
||||
return EINVAL;
|
||||
}
|
||||
map->offset = map->offset + dev->sg->handle;
|
||||
map->offset += dev->sg->handle;
|
||||
break;
|
||||
case _DRM_CONSISTENT:
|
||||
/* Unfortunately, we don't get any alignment specification from
|
||||
|
Loading…
x
Reference in New Issue
Block a user