From f57358ac1eec2229da2f97e978a747a5458dfd4c Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Fri, 6 Mar 2026 21:43:11 +0000 Subject: util/nvmutil: remove redundant break err takes care of it Signed-off-by: Leah Rowe --- util/nvmutil/nvmutil.c | 1 - 1 file changed, 1 deletion(-) (limited to 'util/nvmutil') diff --git a/util/nvmutil/nvmutil.c b/util/nvmutil/nvmutil.c index 49d148f7..1e918516 100644 --- a/util/nvmutil/nvmutil.c +++ b/util/nvmutil/nvmutil.c @@ -352,7 +352,6 @@ open_gbe_file(void) break; default: err(ECANCELED, "File size must be 8KB, 16KB or 128KB"); - break; } } -- cgit v1.2.1