On Sat, Dec 19, 2020 at 10:40:09AM -0700, Simon Glass wrote: > Now that the sequence-numbering migration is complete, rename this member > back to seq_, adding an underscore to indicate it is internal to driver > model.
Reviewed-by: Andy Shevchenko <andriy.shevche...@linux.intel.com> > Signed-off-by: Simon Glass <s...@chromium.org> > --- > > drivers/core/device.c | 8 ++++---- > drivers/core/dump.c | 2 +- > drivers/core/uclass.c | 8 ++++---- > drivers/pci/pci-uclass.c | 2 +- > include/dm/device.h | 9 +++++---- > test/dm/core.c | 6 +++--- > 6 files changed, 18 insertions(+), 17 deletions(-) > Applied to u-boot-dm/next, thanks!