Re: [PATCH] mach-k3: common_fdt: Fix Label Issue

2025-04-15 Thread Daniel Schultz
On 4/15/25 00:59, Tom Rini wrote: On Sun, Apr 06, 2025 at 11:07:11PM -0700, Daniel Schultz wrote: Labels are not allowed before declarations. Add a semicolon after the label to introduce an empty statement. This will fix following error: arch/arm/mach-k3/common_fdt.c: In function 'fdt_fixup_r

Re: [PATCH] mach-k3: common_fdt: Fix Label Issue

2025-04-15 Thread Tom Rini
On Sun, Apr 06, 2025 at 11:07:11PM -0700, Daniel Schultz wrote: > Labels are not allowed before declarations. Add a semicolon after the > label to introduce an empty statement. This will fix following error: > > arch/arm/mach-k3/common_fdt.c: In function 'fdt_fixup_reserved': > arch/arm/mach-k3/co

Re: [PATCH] mach-k3: common_fdt: Fix Label Issue

2025-04-09 Thread Daniel Schultz
On 4/7/25 10:26, Neha Malcom Francis wrote: Hi Udit On 07/04/25 13:51, Kumar, Udit wrote: Hi Daniel. Thanks for patch On 4/7/2025 11:37 AM, Daniel Schultz wrote: Labels are not allowed before declarations. Add a semicolon after the label to introduce an empty statement. This will fix follo

Re: [PATCH] mach-k3: common_fdt: Fix Label Issue

2025-04-07 Thread Bryan Brattlof
On April 6, 2025 thus sayeth Daniel Schultz: > Labels are not allowed before declarations. Add a semicolon after the > label to introduce an empty statement. This will fix following error: > > arch/arm/mach-k3/common_fdt.c: In function 'fdt_fixup_reserved': > arch/arm/mach-k3/common_fdt.c:156:2:

Re: [PATCH] mach-k3: common_fdt: Fix Label Issue

2025-04-07 Thread Neha Malcom Francis
Hi Udit On 07/04/25 13:51, Kumar, Udit wrote: > Hi Daniel. > > Thanks for patch > > On 4/7/2025 11:37 AM, Daniel Schultz wrote: >> Labels are not allowed before declarations. Add a semicolon after the >> label to introduce an empty statement. This will fix following error: >> >> arch/arm/mach-k3

Re: [PATCH] mach-k3: common_fdt: Fix Label Issue

2025-04-07 Thread Kumar, Udit
Hi Daniel. Thanks for patch On 4/7/2025 11:37 AM, Daniel Schultz wrote: Labels are not allowed before declarations. Add a semicolon after the label to introduce an empty statement. This will fix following error: arch/arm/mach-k3/common_fdt.c: In function 'fdt_fixup_reserved': arch/arm/mach-k3/