kernel/drivers/gpu/drm/nouveau/nvkm/core/memory.c
.. .. @@ -140,7 +140,7 @@ 140 140 { 141 141 struct nvkm_instmem *imem = device->imem; 142 142 struct nvkm_memory *memory; 143 - int ret = -ENOSYS;143 + int ret;144 144 145 145 if (unlikely(target != NVKM_MEM_TARGET_INST || !imem)) 146 146 return -ENOSYS;