diff options
author | Oliver Endriss <o.endriss@gmx.de> | 2008-06-20 04:04:27 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-06-26 20:58:55 +0200 |
commit | edabaffc7e7fccdeadac6273704102adc2b604ae (patch) | |
tree | 1538cdc2e06a899d3489cb6e9b4481655a5359f7 /drivers/media/dvb/ttpci/av7110_hw.c | |
parent | V4L/DVB (8071): tda10023: Fix possible kernel oops during initialisation (diff) | |
download | linux-edabaffc7e7fccdeadac6273704102adc2b604ae.tar.xz linux-edabaffc7e7fccdeadac6273704102adc2b604ae.zip |
V4L/DVB (8073): av7110: Catch another type of ARM crash
Catch another type of ARM crash.
Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/ttpci/av7110_hw.c')
-rw-r--r-- | drivers/media/dvb/ttpci/av7110_hw.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/ttpci/av7110_hw.c b/drivers/media/dvb/ttpci/av7110_hw.c index 9d81074b31df..c99936c4772a 100644 --- 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); |