From: Dan Carpenter Date: Wed, 11 Jun 2014 06:36:23 +0000 (+0300) Subject: drm/exynos: change zero to NULL for sparse X-Git-Tag: omap-for-v3.16/fixes-rc4~48^2~1^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcdffedaf277cd344c49650ee13e622d74af627c;p=pandora-kernel.git 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 Signed-off-by: Inki Dae --- Reading git-diff-tree failed