summaryrefslogtreecommitdiff
path: root/nvkm
diff options
context:
space:
mode:
Diffstat (limited to 'nvkm')
-rw-r--r--nvkm/subdev/fb/base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nvkm/subdev/fb/base.c b/nvkm/subdev/fb/base.c
index 31869ff30..090a7f2ac 100644
--- a/nvkm/subdev/fb/base.c
+++ b/nvkm/subdev/fb/base.c
@@ -128,7 +128,7 @@ nouveau_fb_create_(struct nouveau_object *parent, struct nouveau_object *engine,
pfb->memtype_valid = impl->memtype;
- ret = nouveau_object_ctor(nv_object(pfb), nv_object(pfb),
+ ret = nouveau_object_ctor(nv_object(pfb), NULL,
impl->ram, NULL, 0, &ram);
if (ret) {
nv_fatal(pfb, "error detecting memory configuration!!\n");