]> git.sur5r.net Git - u-boot/blobdiff - drivers/i2c/omap24xx_i2c.c
Merge branch 'master' of git://git.denx.de/u-boot-arm
[u-boot] / drivers / i2c / omap24xx_i2c.c
index a72d1a125702dd7f3f55ec2476a80b91ad6d7fea..fab49fd969eabb48487feb469c195612bedd2e1f 100644 (file)
@@ -329,7 +329,7 @@ int i2c_probe (uchar chip)
 
        while (1) {
                status = wait_for_pin();
-               if (status == 0) {
+               if (status == 0 || status & I2C_STAT_AL) {
                        res = 1;
                        goto probe_exit;
                }