summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm/via_mm.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/drm/via_mm.c')
-rw-r--r--sys/dev/drm/via_mm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/drm/via_mm.c b/sys/dev/drm/via_mm.c
index 9aaee9f..6dc185b 100644
--- a/sys/dev/drm/via_mm.c
+++ b/sys/dev/drm/via_mm.c
@@ -45,7 +45,6 @@ int via_agp_init(struct drm_device *dev, void *data, struct drm_file *file_priv)
ret = drm_sman_set_range(&dev_priv->sman, VIA_MEM_AGP, 0,
agp->size >> VIA_MM_ALIGN_SHIFT);
-
if (ret) {
DRM_ERROR("AGP memory manager initialisation error\n");
return ret;
@@ -66,7 +65,6 @@ int via_fb_init(struct drm_device *dev, void *data, struct drm_file *file_priv)
ret = drm_sman_set_range(&dev_priv->sman, VIA_MEM_VIDEO, 0,
fb->size >> VIA_MM_ALIGN_SHIFT);
-
if (ret) {
DRM_ERROR("VRAM memory manager initialisation error\n");
return ret;
OpenPOWER on IntegriCloud