commit | 01a8d224b07c77e892b40c464b9620d9c682b2f8 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 19 20:05:48 2023 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Oct 04 09:25:20 2023 -0600 |
tree | 1a58ff21ba7f9dca37200a1a27558ba08942f410 | |
parent | 06a54ed4683d5968ffa193bd77b6d2dbd96a0dcb [diff] |
dm: core: Adjust dump-sorting to get stats only when needed If we are not sorting the tree we don't need to get the stats. Adjust the code to avoid the wasted time. Signed-off-by: Simon Glass <sjg@chromium.org>