commit | 64bb92a16d4e8620036055f4d6086f773f1c4da7 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jul 23 06:55:11 2014 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 23 14:07:25 2014 +0100 |
tree | 837773c2e9868b4b0144f8cb487c550e71937db3 | |
parent | ae48d205aa9731b2a028b80ff29c58c56dbcf023 [diff] |
dm: Avoid activating devices in 'dm uclass' command This command currently activates devices as it lists them. This is not desirable since it changes the system state. Fix it and avoid printing a newline if there are no devices in a uclass. Signed-off-by: Simon Glass <sjg@chromium.org>