drm/udl: Use NULL instead of 0 for pointers
authorSachin Kamat <sachin.kamat@linaro.org>
Sat, 22 Sep 2012 06:22:17 +0000 (06:22 +0000)
committerDave Airlie <airlied@redhat.com>
Mon, 1 Oct 2012 23:24:17 +0000 (09:24 +1000)
Fixes the following sparse warnings:
drivers/gpu/drm/udl/udl_transfer.c:129:50:
drivers/gpu/drm/udl/udl_transfer.c:130:50:
drivers/gpu/drm/udl/udl_transfer.c:131:45:
drivers/gpu/drm/udl/udl_transfer.c:132:61:
warning: Using plain integer as NULL pointer

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found