|
@@ -78,8 +78,7 @@ static void usb_simtec_enableoc(struct s3c2410_hcd_info *info, int on)
|
|
|
|
|
|
if (on) {
|
|
if (on) {
|
|
ret = request_irq(BAST_IRQ_USBOC, usb_simtec_ocirq,
|
|
ret = request_irq(BAST_IRQ_USBOC, usb_simtec_ocirq,
|
|
- IRQF_DISABLED | IRQF_TRIGGER_RISING |
|
|
|
|
- IRQF_TRIGGER_FALLING,
|
|
|
|
|
|
+ IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING,
|
|
"USB Over-current", info);
|
|
"USB Over-current", info);
|
|
if (ret != 0) {
|
|
if (ret != 0) {
|
|
printk(KERN_ERR "failed to request usb oc irq\n");
|
|
printk(KERN_ERR "failed to request usb oc irq\n");
|