Re: [PATCH 3/4] test: dm: k210: Reduce duplication in test cases

2021-07-31 Thread Simon Glass
On Mon, 26 Jul 2021 at 21:51, Sean Anderson wrote: > > Having to copy-paste the same 3 lines makes adding new test cases > error-prone. Use a macro. > > Signed-off-by: Sean Anderson > --- > > test/dm/k210_pll.c | 30 -- > 1 file changed, 12 insertions(+), 18 deletions

[PATCH 3/4] test: dm: k210: Reduce duplication in test cases

2021-07-26 Thread Sean Anderson
Having to copy-paste the same 3 lines makes adding new test cases error-prone. Use a macro. Signed-off-by: Sean Anderson --- test/dm/k210_pll.c | 30 -- 1 file changed, 12 insertions(+), 18 deletions(-) diff --git a/test/dm/k210_pll.c b/test/dm/k210_pll.c index 5476