git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
084054f
)
drm/i915: make sparse happy for the new vlv mmio read function
author
Daniel Vetter
<daniel.vetter@ffwll.ch>
Wed, 27 Nov 2013 19:52:23 +0000
(20:52 +0100)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Thu, 28 Nov 2013 07:31:48 +0000
(08:31 +0100)
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 <deepak.s@intel.com>
Cc: Jesse Barnes <jbarnes@virtuousgeek.org>
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_uncore.c
patch
|
blob
|
history
diff --cc
drivers/gpu/drm/i915/intel_uncore.c
Simple merge