commit | 7d614ab2f20503ed8766363d41f8607337571adf | [log] [tgz] |
---|---|---|
author | Tian Tao <tiantao6@hisilicon.com> | Mon Jan 25 11:27:27 2021 +0800 |
committer | Lucas Stach <l.stach@pengutronix.de> | Mon Jan 25 18:29:48 2021 +0100 |
tree | 91f50c9fb19af3eec58bc56ebe4f8111f81f454c | |
parent | 03a2753936e85beb8239fd20ae3fb2ce90209212 [diff] |
drm/etnaviv: fix NULL check before some freeing functions is not needed fixed the below warning: drivers/gpu/drm/etnaviv/etnaviv_gem_prime.c:84:2-8: WARNING: NULL check before some freeing functions is not needed. Signed-off-by: Tian Tao <tiantao6@hisilicon.com> Acked-by: Christian König <christian.koenig@amd.com> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>