[media] atmel-isi: increase timeout to disable/enable isi

If ISI is working on a 1024x768 or higher resolution, it needs longer
time to disable ISI. So this patch will increase timeout to 500ms.

Signed-off-by: Josh Wu <josh.wu@atmel.com>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
Josh Wu 2015-06-17 07:27:08 -03:00 committed by Mauro Carvalho Chehab
parent 18baba6458
commit d67b48824f
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ static int atmel_isi_wait_status(struct atmel_isi *isi, int wait_reset)
}
timeout = wait_for_completion_timeout(&isi->complete,
msecs_to_jiffies(100));
msecs_to_jiffies(500));
if (timeout == 0)
return -ETIMEDOUT;