linux/drivers/gpu/drm/nouveau/nvkm/core
Colin Ian King cf0f64ff4f drm/nouveau/core/memory: remove redundant assignments to variable ret
The variable ret is being initialized with a value that is never
read and it is being updated later with a new value. The initialization
is redundant and can be removed.

Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
2020-05-22 11:13:49 +10:00
..
client.c drm/nouveau/mmu: define user interfaces to mmu memory allocation 2017-11-02 13:32:31 +10:00
engine.c drm/nouveau/core: ERR_PTR vs NULL bug in nvkm_engine_info() 2018-07-16 18:06:29 +10:00
enum.c drm/nouveau/sec: switch to subdev printk macros 2015-08-28 12:40:26 +10:00
event.c treewide: kzalloc() -> kcalloc() 2018-06-12 16:19:22 -07:00
firmware.c drm/nouveau/core: remove previous versioned fw loader 2020-01-15 10:50:30 +10:00
gpuobj.c drm/nouveau/core/memory: add reference counting 2017-11-02 13:32:22 +10:00
ioctl.c drm/nouveau/mmu: define user interfaces to mmu memory allocation 2017-11-02 13:32:31 +10:00
Kbuild drm/nouveau: fix bogus GPL-2 license header 2019-07-19 16:26:51 +10:00
memory.c drm/nouveau/core/memory: remove redundant assignments to variable ret 2020-05-22 11:13:49 +10:00
mm.c drm/nouveau/core/mm: have users explicitly define heap identifiers 2017-11-02 13:32:22 +10:00
notify.c drm/nouveau/core: namespace + nvidia gpu names (no binary change) 2015-01-22 12:17:49 +10:00
object.c drm/nouveau/core/object: plumb the unmap ioctl through 2017-11-02 13:32:16 +10:00
oproxy.c drm/nouveau/core/object: plumb the unmap ioctl through 2017-11-02 13:32:16 +10:00
option.c drm/nouveau/pci: merge agp handling from nouveau drm 2015-08-28 12:40:49 +10:00
ramht.c treewide: Use struct_size() for vmalloc()-family 2018-06-06 11:15:43 -07:00
subdev.c drm/nouveau/core: add nvkm_subdev_new_() for bare subdevs 2020-05-22 11:13:48 +10:00