diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2014-06-11 08:36:23 +0200 |
---|---|---|
committer | Inki Dae <inki.dae@samsung.com> | 2014-06-24 04:11:54 +0200 |
commit | dcdffedaf277cd344c49650ee13e622d74af627c (patch) | |
tree | b68c879e4b6dd6d2a5b2b3024bbbd5dd4eb4d7c0 /drivers/gpu/drm/drm_gem.c | |
parent | drm/exynos: dpi: Fix NULL pointer dereference with legacy bindings (diff) | |
download | linux-dcdffedaf277cd344c49650ee13e622d74af627c.tar.xz linux-dcdffedaf277cd344c49650ee13e622d74af627c.zip |
drm/exynos: change zero to NULL for sparse
We recently changed this function to return a pointer instead of an int
so we need to change this zero to a NULL or Sparse complains:
drivers/gpu/drm/exynos/exynos_drm_drv.h:346:47:
warning: Using plain integer as NULL pointer
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'drivers/gpu/drm/drm_gem.c')
0 files changed, 0 insertions, 0 deletions