The patch number 8073 was added via Oliver Endriss <[EMAIL PROTECTED]> to http://linuxtv.org/hg/v4l-dvb master development tree.
Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel If anyone has any objections, please let us know by sending a message to: [EMAIL PROTECTED] ------ From: Oliver Endriss <[EMAIL PROTECTED]> av7110: Catch another type of ARM crash Catch another type of ARM crash. Signed-off-by: Oliver Endriss <[EMAIL PROTECTED]> --- linux/drivers/media/dvb/ttpci/av7110_hw.c | 1 + 1 file changed, 1 insertion(+) diff -r d42c5e892307 -r 22c29f841224 linux/drivers/media/dvb/ttpci/av7110_hw.c --- a/linux/drivers/media/dvb/ttpci/av7110_hw.c Fri Jun 20 00:56:03 2008 +0200 +++ b/linux/drivers/media/dvb/ttpci/av7110_hw.c Fri Jun 20 01:04:27 2008 +0200 @@ -427,6 +427,7 @@ static int __av7110_send_fw_cmd(struct a if (err) { printk(KERN_ERR "%s: timeout waiting on busy %s QUEUE\n", __func__, type); + av7110->arm_errors++; return -ETIMEDOUT; } msleep(1); --- Patch is available at: http://linuxtv.org/hg/v4l-dvb/rev/22c29f84122439fbb60985eeab638bed1649ac8e _______________________________________________ linuxtv-commits mailing list linuxtv-commits@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits