drm: platform: Don't initialize driver-private data
authorThierry Reding <thierry.reding@avionic-design.de>
Mon, 15 Oct 2012 18:03:42 +0000 (18:03 +0000)
committerDave Airlie <airlied@redhat.com>
Tue, 23 Oct 2012 00:15:11 +0000 (10:15 +1000)
Platform device drivers usually use the driver-private data for their
own purposes. Having it overwritten by drm_platform_init() is confusing
and error-prone.

Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found