]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/i2c/ihs_i2c.c
board: gdsys: Make gdsys osd hardware detection more robust
[people/ms/u-boot.git] / drivers / i2c / ihs_i2c.c
index ecc5856b936181a5f96b39bdfafa258598531a75..fe66ce2a4ac510c53e469bbcb8e42686108d5027 100644 (file)
@@ -34,7 +34,6 @@ static int wait_for_int(bool read)
               | (read ? I2CINT_RECEIVE_EV : I2CINT_TRANSMIT_EV)))) {
                udelay(10);
                if (ctr++ > 5000) {
-                       printf("I2C timeout\n");
                        return 1;
                }
                FPGA_GET_REG(I2C_ADAP_HWNR, i2c.interrupt_status, &val);