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:
f3c58ce
)
drm: Add missing break in the command line mode parsing code
author
Damien Lespiau
<damien.lespiau@intel.com>
Wed, 8 May 2013 16:03:30 +0000
(17:03 +0100)
committer
Dave Airlie
<airlied@redhat.com>
Fri, 10 May 2013 04:45:54 +0000
(14:45 +1000)
As we parse the string given on the command line one char at a time, it
seems that we do want a break at every case.
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
No differences found