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:
b28cd41
)
drm/gem: dont init "ret" in drm_gem_mmap()
author
David Herrmann
<dh.herrmann@gmail.com>
Mon, 20 Jan 2014 19:15:38 +0000
(20:15 +0100)
committer
David Herrmann
<dh.herrmann@gmail.com>
Sun, 16 Mar 2014 11:11:01 +0000
(12:11 +0100)
There is no need to initialize this variable, so drop it. Otherwise, the
compiler won't warn if we use it unintialized.
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
drivers/gpu/drm/drm_gem.c
patch
|
blob
|
history
diff --cc
drivers/gpu/drm/drm_gem.c
Simple merge