commit | 07e1338fb05f4e7fae293ba4fae57bfe7395b4cd | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Dec 16 21:20:29 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Fri Dec 18 20:32:21 2020 -0700 |
tree | c006a0c22ee148df5c777c865751bdd3e4a72199 | |
parent | 784c1fb4b7cf79259760f3210b1292206d691bd3 [diff] |
dm: Drop the unused arg in uclass_find_device_by_seq() Now that there is only one sequence number (rather than both requested and assigned ones) we can simplify this function. Also update its caller to simplify the logic. Signed-off-by: Simon Glass <sjg@chromium.org>