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:
e6637d5
)
drm/tilcdc: Fix an incorrect condition
author
Sachin Kamat
<sachin.kamat@linaro.org>
Sat, 2 Mar 2013 10:23:06 +0000
(15:53 +0530)
committer
Dave Airlie
<airlied@redhat.com>
Wed, 24 Apr 2013 04:33:16 +0000
(14:33 +1000)
Instead of checking if num_encoders is zero, it is being assigned 0.
Convert the assignment to a check.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Acked-by: Rob Clark <robdclark@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
No differences found