mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-01-04 12:10:18 +01:00
FreeBSD: Minor code cleanup.
This commit is contained in:
parent
b0acc88606
commit
2ce00c6b67
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,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…
Add table
Reference in a new issue