From 258531e34783b150d1494ab1c85c0568c9cf6cf3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E9=99=88=E6=81=92=E6=98=8E?= Date: Fri, 18 Mar 2011 14:51:45 +0800 Subject: [PATCH] vpu: remove delay on ioctl --- arch/arm/mach-rk29/vpu.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-rk29/vpu.c b/arch/arm/mach-rk29/vpu.c index 0d29358c4984..402dcd0ce1b1 100644 --- a/arch/arm/mach-rk29/vpu.c +++ b/arch/arm/mach-rk29/vpu.c @@ -375,7 +375,6 @@ static long vpu_clear_irqs(VPU_CLIENT_TYPE type) static long vpu_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) { pr_debug("ioctl cmd 0x%08x\n", cmd); - udelay(200); switch (cmd) { case VPU_IOC_CLOCK_ON: { -- 2.34.1