Browse Source

Merge branch 'master' of git://git.denx.de/u-boot-i2c

Wolfgang Denk 14 years ago
parent
commit
90d8cff099
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/i2c/omap24xx_i2c.c

+ 1 - 1
drivers/i2c/omap24xx_i2c.c

@@ -329,7 +329,7 @@ int i2c_probe (uchar chip)
 
 
 	while (1) {
 	while (1) {
 		status = wait_for_pin();
 		status = wait_for_pin();
-		if (status == 0) {
+		if (status == 0 || status & I2C_STAT_AL) {
 			res = 1;
 			res = 1;
 			goto probe_exit;
 			goto probe_exit;
 		}
 		}