projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9fa2b1
)
V4L/DVB (8073): av7110: Catch another type of ARM crash
author
Oliver Endriss
<o.endriss@gmx.de>
Fri, 20 Jun 2008 02:04:27 +0000
(23:04 -0300)
committer
Mauro Carvalho Chehab
<mchehab@infradead.org>
Thu, 26 Jun 2008 18:58:55 +0000
(15:58 -0300)
Catch another type of ARM crash.
Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/dvb/ttpci/av7110_hw.c
patch
|
blob
|
history
diff --git
a/drivers/media/dvb/ttpci/av7110_hw.c
b/drivers/media/dvb/ttpci/av7110_hw.c
index 9d81074b31dfe7b2b3ca105234f3d518c2c8d3d8..c99936c4772a840fc9ed19959533330ad7e12356 100644
(file)
--- a/
drivers/media/dvb/ttpci/av7110_hw.c
+++ b/
drivers/media/dvb/ttpci/av7110_hw.c
@@
-427,6
+427,7
@@
static int __av7110_send_fw_cmd(struct av7110 *av7110, u16* buf, int length)
if (err) {
printk(KERN_ERR "%s: timeout waiting on busy %s QUEUE\n",
__func__, type);
+ av7110->arm_errors++;
return -ETIMEDOUT;
}
msleep(1);