[PATCH v2 5/28] drm/i2c: tda998x: don't freeze the system at audio startup time

2014-01-11 Thread Russell King - ARM Linux
On Thu, Jan 09, 2014 at 11:58:40AM +0100, Jean-Francois Moine wrote: > This patch prevents the system to be freezed at audio startup time, > replacing mdelay by msleep. > > Signed-off-by: Jean-Francois Moine Tested-by: Russell King Acked-by: Russell King -- FTTC broadband for 0.8mile line: 5

[PATCH v2 5/28] drm/i2c: tda998x: don't freeze the system at audio startup time

2014-01-09 Thread Jean-Francois Moine
This patch prevents the system to be freezed at audio startup time, replacing mdelay by msleep. Signed-off-by: Jean-Francois Moine --- drivers/gpu/drm/i2c/tda998x_drv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i2c/tda998x_drv.c b/drivers/gpu/drm/i2c/td