Commit 274d7764 authored by Tian Tao's avatar Tian Tao
Browse files

drm/hisilicon: Use drm_err instead of DRM_ERROR in hibmc_ttm

parent ebb21aa1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ int hibmc_mm_init(struct hibmc_drm_private *hibmc)
				       hibmc->fb_size);
	if (IS_ERR(vmm)) {
		ret = PTR_ERR(vmm);
		DRM_ERROR("Error initializing VRAM MM; %d\n", ret);
		drm_err(dev, "Error initializing VRAM MM; %d\n", ret);
		return ret;
	}