diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-03-23 15:47:03 +0100 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2024-03-26 23:10:13 +0000 |
commit | d603f7c3fa9019cfc99a3494c45b68d84dd27fb6 (patch) | |
tree | fa0aaaa1b8f1be60d9876c8b43c072d9681997e5 | |
parent | e45a61585ce6f422e9ee7dd7a69511dce5e81188 (diff) |
mb/razer: Remove blank lines before '}' and after '{'
Change-Id: I2c8cc390bed3aef901d6ada19361c35928dfdb0c
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81496
Reviewed-by: Nicholas Sudsgaard <devel+coreboot@nsudsgaard.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r-- | src/mainboard/razer/blade_stealth_kbl/hda_verb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/razer/blade_stealth_kbl/hda_verb.c b/src/mainboard/razer/blade_stealth_kbl/hda_verb.c index 69d3bff928..63641dbdc0 100644 --- a/src/mainboard/razer/blade_stealth_kbl/hda_verb.c +++ b/src/mainboard/razer/blade_stealth_kbl/hda_verb.c @@ -3,7 +3,6 @@ #include <device/azalia_device.h> const u32 cim_verb_data[] = { - /* Realtek, ALC298 */ 0x10ec0298, /* Vendor ID */ 0x1a586752, /* Subsystem ID */ |