Hello Peter, Peter Tyser wrote: >> { >> cmd_tbl_t *c; >> >> + if (argc < 2) { >> + cmd_usage(cmdtp); >> + return 1; >> + } >> + > > Wolfgang recently made cmd_usage() return 1 so the above could be > simplified to: > if (argc < 2) > return cmd_usage(cmdtp);
Hups, missed this, sorry. I fix it in the next version. thanks. bye Heiko -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot