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:
fd69aee
)
drm/nouveau: remove unnecessary null pointer check from nouveau_fence_new
author
Cong Ding
<dinggnu@gmail.com>
Tue, 15 Jan 2013 17:19:49 +0000
(18:19 +0100)
committer
Ben Skeggs
<bskeggs@redhat.com>
Wed, 20 Feb 2013 06:00:37 +0000
(16:00 +1000)
the variable chan is dereferenced in line 190, so it is no reason to check
null again in line 198.
Signed-off-by: Cong Ding <dinggnu@gmail.com>
Signed-off-by: Marcin Slusarz <marcin.slusarz@gmail.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
No differences found