commit | 528e4df6f022040828de77b257aff3a94ea3aa46 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Apr 25 10:54:46 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Apr 27 13:51:06 2023 -0400 |
tree | cc9d9f25daa3d50af739c3f36df7aa062b6ecdcd | |
parent | 1f5fb63032cee85a05f16ca5f8b3d6a2e18aa1e8 [diff] |
ide: Combine the two loops in ide_probe() The two loops in this function operate on the same ide_dev_desc[] array. Combine them to reduce duplication. Signed-off-by: Simon Glass <sjg@chromium.org>