Re: [PATCH 3/3] cpukit/libmisc/rtems-fdt: Fix of unreachable statement in rtems-fdt.c

2021-06-29 Thread Joel Sherrill
OK with code. Commit message needs correction per suggestions in other patches in this series. --joel On Tue, Jun 29, 2021 at 2:54 PM Harrison Edward Gerber wrote: > > See Also CID 1437638 > > Closes #4462 > --- > cpukit/libmisc/rtems-fdt/rtems-fdt.c | 2 +- > 1 file changed, 1 insertion(+), 1

[PATCH 3/3] cpukit/libmisc/rtems-fdt: Fix of unreachable statement in rtems-fdt.c

2021-06-29 Thread Harrison Edward Gerber
See Also CID 1437638 Closes #4462 --- cpukit/libmisc/rtems-fdt/rtems-fdt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpukit/libmisc/rtems-fdt/rtems-fdt.c b/cpukit/libmisc/rtems-fdt/rtems-fdt.c index 5580d415e2..b1bb26572d 100644 --- a/cpukit/libmisc/rtems-fdt/rtems-fdt.