From: Andy Walls Date: Sun, 2 Nov 2008 21:15:28 +0000 (-0300) Subject: V4L/DVB (9513): cx18: Reduce number of mmio read retries X-Git-Tag: v2.6.29-rc1~556^2~313 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7823f8f437fbbd41155f2312ef17e471199b706;p=pandora-kernel.git V4L/DVB (9513): cx18: Reduce number of mmio read retries cx18: Reduce number of mmio read retries to improve performance. Experiments have shown 2 things: read retries never improve the result of a suspect mmio read from the CX23418 (the result stays all 0xff's), and that most of the suspected read failures are actually proper reads of values that should be all 0xff's. This change reduces the number of read retries and keeps the count separate from write retries. Signed-off-by: Andy Walls Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed