From: Daniel Vetter Date: Wed, 27 Nov 2013 19:52:23 +0000 (+0100) Subject: drm/i915: make sparse happy for the new vlv mmio read function X-Git-Tag: v3.14-rc1~47^2~90^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bc0e85cc6207650535e579b0995aa9574a8ecba;p=pandora-kernel.git drm/i915: make sparse happy for the new vlv mmio read function It doesn't like that we assign 0 to a pointer, it wants the real NULL. On closer look that initialization is actually bogus, and the compiler can easily see that we never use it unitialized. So let's just drop this. Cc: Deepak S Cc: Jesse Barnes Reported-by: kbuild test robot Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed