vpu: remove delay on ioctl
author陈恒明 <chm@rockchip.com>
Fri, 18 Mar 2011 06:51:45 +0000 (14:51 +0800)
committer陈恒明 <chm@rockchip.com>
Fri, 18 Mar 2011 06:51:45 +0000 (14:51 +0800)
arch/arm/mach-rk29/vpu.c

index 0d29358c49841f2a2e455a652fb569b8e61782b5..402dcd0ce1b1082bd377b0416752344d9e1b4dc8 100644 (file)
@@ -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: {