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:
f22e52b
)
ieee1394: dv1394, video1394: remove unnecessary expressions
author
Stefan Richter
<stefanr@s5r6.in-berlin.de>
Thu, 11 Sep 2008 17:22:53 +0000
(19:22 +0200)
committer
Stefan Richter
<stefanr@s5r6.in-berlin.de>
Wed, 15 Oct 2008 20:21:09 +0000
(22:21 +0200)
init->channel and v.buffer are unsigned and tests for < 0 therefore
always false. gcc knows this and eliminates the code, but anyway...
Reported by Roel Kluin.
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
No differences found