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:
2fcfd31
)
[media] xc5000: Don't try forever to load the firmware
author
Mauro Carvalho Chehab
<m.chehab@samsung.com>
Wed, 30 Jul 2014 13:36:32 +0000
(10:36 -0300)
committer
Mauro Carvalho Chehab
<m.chehab@samsung.com>
Wed, 30 Jul 2014 18:52:54 +0000
(15:52 -0300)
With the current code, if something bad happens during the
firmware init process, the device will keep trying forever,
and removing it would cause an OOPS.
Instead, try only a limited amount of time. If not, fails.
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
No differences found