public inbox for linux-kernel-mentees@lists.linux-foundation.org
 help / color / mirror / Atom feed
* [PATCH] ACPI: CPPC: Remove unneeded semicolon
@ 2024-09-01  9:08 Amit Vadhavana
  0 siblings, 0 replies; only message in thread
From: Amit Vadhavana @ 2024-09-01  9:08 UTC (permalink / raw)
  To: rafael, linux-kernel, lenb, linux-acpi, ricardo
  Cc: av2082000, linux-kernel-mentees, skhan, kernel test robot

Remove an unneeded semicolon, as identified by the kernel test robot.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202409011554.KG79Y5xu-lkp@intel.com/
Signed-off-by: Amit Vadhavana <av2082000@gmail.com>
---
 drivers/acpi/cppc_acpi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/acpi/cppc_acpi.c b/drivers/acpi/cppc_acpi.c
index eecd80e848cc..28adea68e1cd 100644
--- a/drivers/acpi/cppc_acpi.c
+++ b/drivers/acpi/cppc_acpi.c
@@ -1138,7 +1138,7 @@ static int cpc_write(int cpu, struct cpc_register_resource *reg_res, u64 val)
 		default:
 			spin_unlock(&cpc_desc->rmw_lock);
 			return -EFAULT;
-		};
+		}
 		val = MASK_VAL_WRITE(reg, prev_val, val);
 		val |= prev_val;
 	}
-- 
2.25.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-09-01  9:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-01  9:08 [PATCH] ACPI: CPPC: Remove unneeded semicolon Amit Vadhavana

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox