diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-03-23 15:03:13 +0100 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2024-03-30 07:47:54 +0000 |
commit | d586545bf8131558ba00e675f0d2f2e8c44698e3 (patch) | |
tree | 1cb71a44677fb356021e335ae554ffa31fa55fbb /src/superio/ite | |
parent | 5d57af9a36d8ef1c1a531034f7d7e5cdb182fb77 (diff) |
superio: Remove blank lines before and after code blocks
Change-Id: I0d2ff9828e83ef927036c561d11f95b54b858cda
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81431
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Reviewed-by: Eric Lai <ericllai@google.com>
Diffstat (limited to 'src/superio/ite')
-rw-r--r-- | src/superio/ite/it8712f/superio.c | 1 | ||||
-rw-r--r-- | src/superio/ite/it8721f/superio.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/superio/ite/it8712f/superio.c b/src/superio/ite/it8712f/superio.c index 03127b5fed..119a38c8e7 100644 --- a/src/superio/ite/it8712f/superio.c +++ b/src/superio/ite/it8712f/superio.c @@ -9,7 +9,6 @@ static void it8712f_init(struct device *dev) { - if (!dev->enabled) return; diff --git a/src/superio/ite/it8721f/superio.c b/src/superio/ite/it8721f/superio.c index 801e27b278..eb7f2eec20 100644 --- a/src/superio/ite/it8721f/superio.c +++ b/src/superio/ite/it8721f/superio.c @@ -9,7 +9,6 @@ static void init(struct device *dev) { - if (!dev->enabled) return; |