commit | ce99e297e52712040266b4e389bba76ae74b7c4c | [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 | f0af25a10822ece736b0711a2339731fd0d3140d [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>