i2c: xtensa s6000 i2c driver
[pandora-kernel.git] / drivers / i2c / busses / i2c-iop3xx.c
index 3190690..a75c75e 100644 (file)
@@ -488,7 +488,7 @@ iop3xx_i2c_probe(struct platform_device *pdev)
        /*
         * Default values...should these come in from board code?
         */
-       new_adapter->timeout = 100;     
+       new_adapter->timeout = HZ;
        new_adapter->algo = &iop3xx_i2c_algo;
 
        init_waitqueue_head(&adapter_data->waitq);