[U-Boot] [PATCH v2] uclass: Use uclass_foreach_dev() macro instead of open coding
Simon Glass
sjg at chromium.org
Fri Sep 28 15:57:49 UTC 2018
On 28 September 2018 at 06:12, Liviu Dudau <Liviu.Dudau at foss.arm.com> wrote:
> Use the uclass_foreach_dev() macro instead of the open coded version.
>
> Signed-off-by: Liviu Dudau <liviu.dudau at foss.arm.com>
> ---
> Changelog:
> - v2: Find more places where the open coded version exists and
> replace them with the macro
>
> drivers/core/dump.c | 2 +-
> drivers/core/uclass.c | 18 +++++++++---------
> 2 files changed, 10 insertions(+), 10 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
I wonder how you got that email address?!
- Simon
More information about the U-Boot
mailing list