commit | d89bb86dba4c33b2d4e91bb60df10ac91fa872c3 | [log] [tgz] |
---|---|---|
author | Baruch Siach <baruch@tkos.co.il> | Thu Jul 11 11:23:44 2019 +0300 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 24 12:54:08 2019 -0700 |
tree | e3cbfe60c47a751a95daf19f4946596b539f6f35 | |
parent | 22203f5d10c06ef79acf0cb9ecaef18eda255b16 [diff] |
dm: uclass: fix comment copy/paste error The uclass_next_device() routine continues a previously started device iteration. Change the description that is copied from uclass_first_device(). Signed-off-by: Baruch Siach <baruch@tkos.co.il> Reviewed-by: Simon Glass <sjg@chromium.org>