FreeBSD: Minor code cleanup.

main
Robert Noland 2009-03-16 00:07:31 -05:00
parent b0acc88606
commit 2ce00c6b67
1 changed files with 1 additions and 1 deletions

View File

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