From mboxrd@z Thu Jan 1 00:00:00 1970 From: sjg at google.com Date: Fri, 12 Apr 2019 14:49:58 -0700 Subject: [U-Boot] [PATCH v3 09/13] fdtdec: test: Use compound statement macros In-Reply-To: References: <20190321181010.27005-1-thierry.reding@gmail.com> <20190321181010.27005-10-thierry.reding@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 22 Mar 2019 at 02:10, Thierry Reding wrote: > > From: Thierry Reding > > This eliminates the need for intermediate helper functions and allow the > macros to return a value so that it can be used subsequently. > > Signed-off-by: Thierry Reding > --- > Changes in v2: > - new patch > > lib/fdtdec_test.c | 64 ++++++++++++++++------------------------------- > 1 file changed, 22 insertions(+), 42 deletions(-) Reviewed-by: Simon Glass Applied to u-boot-dm, thanks!