Coding style cleanup, update CHANGELOG.

Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
Wolfgang Denk 2008-12-16 01:02:17 +01:00
parent 84bc72d90c
commit 455ae7e87f
17 changed files with 2684 additions and 22 deletions

View file

@ -434,4 +434,3 @@ int i2c_write(uchar chip, uint addr, int alen, uchar *buffer, int len)
send_stop();
return(failures);
}