OSDN Git Service

drm/nouveau/mmu: drop unneeded assignment in the nvkm_uvmm_mthd_page()
authorLuo penghao <luo.penghao@zte.com.cn>
Sat, 21 Aug 2021 02:11:06 +0000 (19:11 -0700)
committerKarol Herbst <kherbst@redhat.com>
Mon, 11 Oct 2021 11:06:49 +0000 (13:06 +0200)
commit6363185938106f462e293fe4ded485911a9eb08f
treed870a76a7ef1572dec37ced7cb86ea0f40c8037d
parentcacadb0633bbd8069d9c3b51b56adb926004fdd8
drm/nouveau/mmu: drop unneeded assignment in the nvkm_uvmm_mthd_page()

In order to keep the code style consistency of the whole file,
the 'ret' assignments should be deleted.

The clang_analyzer complains as follows:

drivers/gpu/drm/nouveau/nvkm/subdev/mmu/uvmm.c:317:8:warning:
Although the value storedto 'ret' is used in the enclosing expression,
the value is never actually read from 'ret'.

Reported-by: Zeal Robot <zealci@zte.com.cn>
Signed-off-by: Luo penghao <luo.penghao@zte.com.cn>
Reviewed-by: Karol Herbst <kherbst@redhat.com>
Signed-off-by: Karol Herbst <kherbst@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210821021106.27010-1-luo.penghao@zte.com.cn
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/uvmm.c