Hi Bin, On Tue, 19 Nov 2019 at 05:53, Bin Meng <[email protected]> wrote: > > Hi Simon, > > On Mon, Oct 21, 2019 at 11:40 AM Simon Glass <[email protected]> wrote: > > > > Reduce the size of the probe function but putting this code into its own > > function. > > > > It's unclear to me why this brings any benefit? The size of the probe > function indeed is reduced, but whole file size does not change, no?
It's just that it gives the code a name and groups it in a function. It is normally better to have shorter functions and this one seemed to be getting a bit long and unfocussed. Regards, Simon _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

