浏览代码

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>
Oliver Endriss 17 年之前
父节点
当前提交
edabaffc7e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/media/dvb/ttpci/av7110_hw.c

+ 1 - 0
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);