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:
875f0e3
)
[media] tm6000: Fix check for interrupt endpoint
author
Thierry Reding
<thierry.reding@avionic-design.de>
Tue, 6 Dec 2011 12:39:35 +0000
(09:39 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Sun, 11 Dec 2011 12:47:37 +0000
(10:47 -0200)
Checking for &dev->int_in is useless because it returns the address of
the embedded struct tm6000_endpoint, which will always be positive and
therefore true.
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
No differences found