From 92c920b7304368188234c55f056e766db7d3e735 Mon Sep 17 00:00:00 2001 From: Zheng Bao Date: Thu, 8 Dec 2022 13:56:13 +0800 Subject: amdfwtool: Remove comment "fallthrough" Fix the comment as "checkpatch" says. Change-Id: Ifa5d7de037aa7024779f3aa4a5d2f5033eed264a Signed-off-by: Zheng Bao Reviewed-on: https://review.coreboot.org/c/coreboot/+/71648 Reviewed-by: Fred Reitberger Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- util/amdfwtool/amdfwtool.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'util/amdfwtool') diff --git a/util/amdfwtool/amdfwtool.c b/util/amdfwtool/amdfwtool.c index 1538a2c2d8..f9d53d0ae5 100644 --- a/util/amdfwtool/amdfwtool.c +++ b/util/amdfwtool/amdfwtool.c @@ -2461,13 +2461,13 @@ int main(int argc, char **argv) } } else { switch (efs_location) { - case 0: /* Fall through */ - case 0xFFFA0000: /* Fall through */ - case 0xFFF20000: /* Fall through */ - case 0xFFE20000: /* Fall through */ - case 0xFFC20000: /* Fall through */ - case 0xFF820000: /* Fall through */ - case 0xFF020000: /* Fall through */ + case 0: + case 0xFFFA0000: + case 0xFFF20000: + case 0xFFE20000: + case 0xFFC20000: + case 0xFF820000: + case 0xFF020000: break; default: fprintf(stderr, "Error: Invalid Directory location.\n"); -- cgit v1.2.3