Coding Style cleanup; update CHANGELOG

Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
Wolfgang Denk 2008-01-10 00:55:14 +01:00
parent 694976afa5
commit d3a6532cbe
11 changed files with 407 additions and 36 deletions

View file

@ -88,7 +88,7 @@ int main(int argc, char *argv[])
/* enumerate devices */
printf("\n*** Enumerate devices ***\n");
devs_no = ub_dev_enum();
printf("Number of devices found: %d\n", devs_no);
if (devs_no == 0)
return -1;