commit | a8469aa81de532180846b22e8ead3d8f4d2f96a2 | [log] [tgz] |
---|---|---|
author | David Herrmann <dh.herrmann@gmail.com> | Mon Jan 20 20:15:38 2014 +0100 |
committer | David Herrmann <dh.herrmann@gmail.com> | Sun Mar 16 12:11:01 2014 +0100 |
tree | 753fcafb3a691dd4aef48217dcb25664b6096361 | |
parent | b28cd41f9e9bb8085f7362c80833fc129628d3d6 [diff] |
drm/gem: dont init "ret" in drm_gem_mmap() 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>