diff options
Diffstat (limited to 'arch/arm/mach-s3c64xx/mach-smartq.c')
-rw-r--r-- | arch/arm/mach-s3c64xx/mach-smartq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-smartq.c b/arch/arm/mach-s3c64xx/mach-smartq.c index 5629df905fcd..6e72bd5c1d0c 100644 --- a/arch/arm/mach-s3c64xx/mach-smartq.c +++ b/arch/arm/mach-s3c64xx/mach-smartq.c | |||
@@ -107,7 +107,7 @@ static void smartq_usb_host_enableoc(struct s3c2410_hcd_info *info, int on) | |||
107 | 107 | ||
108 | if (on) { | 108 | if (on) { |
109 | ret = request_irq(gpio_to_irq(S3C64XX_GPL(10)), | 109 | ret = request_irq(gpio_to_irq(S3C64XX_GPL(10)), |
110 | smartq_usb_host_ocirq, IRQF_DISABLED | | 110 | smartq_usb_host_ocirq, |
111 | IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING, | 111 | IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING, |
112 | "USB host overcurrent", info); | 112 | "USB host overcurrent", info); |
113 | if (ret != 0) | 113 | if (ret != 0) |