From: Oliver Endriss Date: Fri, 20 Jun 2008 02:04:27 +0000 (-0300) Subject: V4L/DVB (8073): av7110: Catch another type of ARM crash X-Git-Tag: v2.6.26-rc9~91^2~7 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=edabaffc7e7fccdeadac6273704102adc2b604ae;p=~emulex%2Finfiniband.git V4L/DVB (8073): av7110: Catch another type of ARM crash Catch another type of ARM crash. Signed-off-by: Oliver Endriss Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/dvb/ttpci/av7110_hw.c b/drivers/media/dvb/ttpci/av7110_hw.c index 9d81074b31d..c99936c4772 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);