Coding style cleanup, update CHANGELOG.
[oweals/u-boot.git] / drivers / i2c / soft_i2c.c
index f12dedf89a971b37c21651c73ea505417c159302..a27de5a7ec7887e836461bb1648cb64f8ab35b9a 100644 (file)
@@ -434,4 +434,3 @@ int  i2c_write(uchar chip, uint addr, int alen, uchar *buffer, int len)
        send_stop();
        return(failures);
 }
-