diff options
author | Shyam Sundar S K <Shyam-sundar.S-k@amd.com> | 2023-02-06 16:08:55 +0100 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2023-02-10 17:16:56 +0100 |
commit | be1ca8ae66851ba6a8131c15e7f9c85430315f57 (patch) | |
tree | d436a6eaac11cdcbdf661d5c392d37b84284254f | |
parent | platform/x86/amd: pmc: differentiate STB/SMU messaging prints (diff) | |
download | linux-be1ca8ae66851ba6a8131c15e7f9c85430315f57.tar.xz linux-be1ca8ae66851ba6a8131c15e7f9c85430315f57.zip |
platform/x86/amd: pmc: Add line break for readability
Add a line break for the code readability.
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Shyam Sundar S K <Shyam-sundar.S-k@amd.com>
Link: https://lore.kernel.org/r/20230206150855.1938810-5-Shyam-sundar.S-k@amd.com
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
-rw-r--r-- | drivers/platform/x86/amd/pmc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/x86/amd/pmc.c b/drivers/platform/x86/amd/pmc.c index b99fa676d35e..ab05b9ee6655 100644 --- a/drivers/platform/x86/amd/pmc.c +++ b/drivers/platform/x86/amd/pmc.c @@ -105,6 +105,7 @@ #define DELAY_MIN_US 2000 #define DELAY_MAX_US 3000 #define FIFO_SIZE 4096 + enum amd_pmc_def { MSG_TEST = 0x01, MSG_OS_HINT_PCO, |