commit | ffa1955247e188061c9e61ae7ac82d2d4697e079 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Apr 25 10:54:47 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Apr 27 13:51:06 2023 -0400 |
tree | 2d8fe40f6ab5349315ee5d4356cc7046de9a0c1b | |
parent | 528e4df6f022040828de77b257aff3a94ea3aa46 [diff] |
ide: Use desc consistently for struct blk_desc Most of the code uses 'desc' as the variable name for a blk descriptor. Change ide to do the same. Tidy up some extra brackets and types while we are here. Leave the code in ide_probe() alone since it is about to be refactored. Signed-off-by: Simon Glass <sjg@chromium.org>