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:
1ea6b8f
)
drm/i915: fix if statement (bogus semi-colon)
author
Dan Carpenter
<dan.carpenter@oracle.com>
Fri, 28 Oct 2011 11:42:41 +0000
(14:42 +0300)
committer
Dave Airlie
<airlied@redhat.com>
Tue, 8 Nov 2011 10:50:18 +0000
(10:50 +0000)
The semi-colon is a typo here and it makes the if statement
unconditional.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
No differences found