drm/i2c: tda998x: faster polling for edid
authorRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 3 Mar 2014 14:09:36 +0000 (14:09 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 26 Jun 2014 10:01:51 +0000 (11:01 +0100)
One of Jean-Francois patches changed the EDID polling to once every
10ms for 10 interations, whereas the original code did 1ms for 100
interations.  This appears to cause boot-time detection to take
noticably longer.  Revert this change.

Acked-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found