ar7: Add minimal kgdb implementation (#114).
[openwrt.git] / target / linux / ar7-2.6 / files / arch / mips / ar7 / vlynq.c
index e0d3b1f..c491020 100644 (file)
@@ -307,6 +307,8 @@ int vlynq_device_enable(struct vlynq_device *dev)
                if (vlynq_linked(dev)) 
                        return vlynq_setup_irq(dev);
        }
                if (vlynq_linked(dev)) 
                        return vlynq_setup_irq(dev);
        }
+
+       return -ENODEV;
 }
 
 void vlynq_device_disable(struct vlynq_device *dev)
 }
 
 void vlynq_device_disable(struct vlynq_device *dev)
This page took 0.020413 seconds and 4 git commands to generate.