Files
kernel_arpi/drivers/gpu/drm
Colin Ian King 531d0ac5fb drm/nouveau/nouveau: fix incorrect sizeof on args.src an args.dst
[ Upstream commit f42e4b337b ]

The sizeof is currently on args.src and args.dst and should be on
*args.src and *args.dst. Fortunately these sizes just so happen
to be the same size so it worked, however, this should be fixed
and it also cleans up static analysis warnings

Addresses-Coverity: ("sizeof not portable")
Fixes: f268307ec7 ("nouveau: simplify nouveau_dmem_migrate_vma")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2020-02-24 08:36:28 +01:00
..
2019-08-14 18:31:10 +02:00
2019-08-14 18:30:52 +02:00
2019-12-13 08:42:56 +01:00
2019-08-09 09:15:05 +02:00
2019-12-31 16:42:34 +01:00
2020-02-11 04:35:36 -08:00