From: John Hurley <john.hur...@netronome.com> Date: Tue, 16 Apr 2019 15:04:23 +0100
> The nfp_flower_copy_pre_actions function introduces a case statement with > an intentional fallthrough. However, this generates a warning if built > with the -Wimplicit-fallthrough flag. > > Remove the warning by adding a fall through comment. > > Fixes: 1c6952ca587d ("nfp: flower: generate merge flow rule") > Signed-off-by: John Hurley <john.hur...@netronome.com> > Reported-by: Stephen Rothwell <s...@canb.auug.org.au> > Reviewed-by: Jiong Wang <jiong.w...@netronome.com> > Reviewed-by: Simon Horman <simon.hor...@netronome.com> Applied.