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:
18f3fa1
)
V4L/DVB (5820): Cleanup on cinergyT2: Remove unneeded if(1)
author
Mauro Carvalho Chehab
<mchehab@infradead.org>
Mon, 2 Jul 2007 18:48:40 +0000
(15:48 -0300)
committer
Mauro Carvalho Chehab
<mchehab@infradead.org>
Wed, 18 Jul 2007 17:24:35 +0000
(14:24 -0300)
Before kernel 2.6.14, the driver checked for status before stopping the
thread. So, a compatibility test did exist. After 2.6.14, the
if (state)
were replaced by:
if (1)
However, it makes no sense to keep the if(1).
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
No differences found