forked from ~ljy/RK356X_SDK_RELEASE
kernel/drivers/gpu/drm/nouveau/nvif/driver.c....@@ -53,6 +53,6 @@5353 }5454 5555 if (ret == 0)56- ret = nvif_client_init(client, name, device, client);56+ ret = nvif_client_ctor(client, name, device, client);5757 return ret;5858 }