Re: [PATCH 7/9] fastboot: Move part_get_info_by_name_or_alias after raw_part_get_info_by_name

2021-01-07 Thread Simon Glass
On Thu, 31 Dec 2020 at 15:49, Sean Anderson wrote: > > This makes the next commit more readable by doing the move now. > > Signed-off-by: Sean Anderson > --- > > drivers/fastboot/fb_mmc.c | 44 +++ > 1 file changed, 22 insertions(+), 22 deletions(-)

[PATCH 7/9] fastboot: Move part_get_info_by_name_or_alias after raw_part_get_info_by_name

2020-12-31 Thread Sean Anderson
This makes the next commit more readable by doing the move now. Signed-off-by: Sean Anderson --- drivers/fastboot/fb_mmc.c | 44 +++ 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/drivers/fastboot/fb_mmc.c b/drivers/fastboot/fb_mmc.c index