mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
Dan Carpenter has reported that there is the following static checker
warning:
drivers/gpu/drm/drm_prime.c:317 drm_gem_map_dma_buf()
warn: 'sgt' can also be NULL
314 sgt = obj->dev->driver->gem_prime_get_sg_table(obj);
315
316 if (!IS_ERR(sgt)) {
317 if (!dma_map_sg_attrs(attach->dev, sgt->sgl, sgt->nents, dir,
Problematic functions are xen_drm_front_gem_get_sg_table and
drm_gem_cma_prime_get_sg_table. Fix those by replacing NULL with error value.
Signed-off-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180719093713.3643-1-andr2000@gmail.com
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| xen_drm_front_cfg.c | ||
| xen_drm_front_cfg.h | ||
| xen_drm_front_conn.c | ||
| xen_drm_front_conn.h | ||
| xen_drm_front_evtchnl.c | ||
| xen_drm_front_evtchnl.h | ||
| xen_drm_front_gem.c | ||
| xen_drm_front_gem.h | ||
| xen_drm_front_kms.c | ||
| xen_drm_front_kms.h | ||
| xen_drm_front_shbuf.c | ||
| xen_drm_front_shbuf.h | ||
| xen_drm_front.c | ||
| xen_drm_front.h | ||