Re: [4.12.0-rc0]: compile error in initramfs.c

From: Linus Torvalds
Date: Sat May 06 2017 - 13:39:16 EST


On Sat, May 6, 2017 at 10:28 AM, Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote:
>
> A fix was posted here:
> http://marc.info/?l=linux-kernel&m=149405418520059&w=2

That looks like it will just cause a warning instead ("unused label").

The proper fix is to just add an empty statement. Pushing that out.

Linus