diff options
-rw-r--r-- | drivers/gpu/drm/nouveau/core/engine/graph/nvf0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/core/engine/graph/nvf0.c b/drivers/gpu/drm/nouveau/core/engine/graph/nvf0.c index 5488217f9885..b1acb9939d95 100644 --- a/drivers/gpu/drm/nouveau/core/engine/graph/nvf0.c +++ b/drivers/gpu/drm/nouveau/core/engine/graph/nvf0.c | |||
@@ -243,6 +243,6 @@ nvf0_graph_oclass = &(struct nvc0_graph_oclass) { | |||
243 | .cclass = &nvf0_grctx_oclass, | 243 | .cclass = &nvf0_grctx_oclass, |
244 | .sclass = nvf0_graph_sclass, | 244 | .sclass = nvf0_graph_sclass, |
245 | .mmio = nvf0_graph_init_mmio, | 245 | .mmio = nvf0_graph_init_mmio, |
246 | .fecs.ucode = 0 ? &nvf0_graph_fecs_ucode : NULL, | 246 | .fecs.ucode = &nvf0_graph_fecs_ucode, |
247 | .gpccs.ucode = &nvf0_graph_gpccs_ucode, | 247 | .gpccs.ucode = &nvf0_graph_gpccs_ucode, |
248 | }.base; | 248 | }.base; |