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/winbond | |
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/winbond')
-rw-r--r-- | src/superio/winbond/w83627dhg/superio.c | 1 | ||||
-rw-r--r-- | src/superio/winbond/w83627thg/superio.c | 1 | ||||
-rw-r--r-- | src/superio/winbond/w83627uhg/superio.c | 1 | ||||
-rw-r--r-- | src/superio/winbond/w83977tf/superio.c | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/src/superio/winbond/w83627dhg/superio.c b/src/superio/winbond/w83627dhg/superio.c index 491b5c9c6d..d1df983546 100644 --- a/src/superio/winbond/w83627dhg/superio.c +++ b/src/superio/winbond/w83627dhg/superio.c @@ -20,7 +20,6 @@ static void w83627dhg_enable_UR2(struct device *dev) static void w83627dhg_init(struct device *dev) { - if (!dev->enabled) return; diff --git a/src/superio/winbond/w83627thg/superio.c b/src/superio/winbond/w83627thg/superio.c index 156239f1a3..7778a283fd 100644 --- a/src/superio/winbond/w83627thg/superio.c +++ b/src/superio/winbond/w83627thg/superio.c @@ -8,7 +8,6 @@ static void w83627thg_init(struct device *dev) { - if (!dev->enabled) return; diff --git a/src/superio/winbond/w83627uhg/superio.c b/src/superio/winbond/w83627uhg/superio.c index e276fc5e08..3098ee2695 100644 --- a/src/superio/winbond/w83627uhg/superio.c +++ b/src/superio/winbond/w83627uhg/superio.c @@ -38,7 +38,6 @@ static void set_uart_clock_source(struct device *dev, u8 uart_clock) static void w83627uhg_init(struct device *dev) { - if (!dev->enabled) return; diff --git a/src/superio/winbond/w83977tf/superio.c b/src/superio/winbond/w83977tf/superio.c index 28bfc8c4cd..04530ab95c 100644 --- a/src/superio/winbond/w83977tf/superio.c +++ b/src/superio/winbond/w83977tf/superio.c @@ -9,7 +9,6 @@ static void w83977tf_init(struct device *dev) { - if (!dev->enabled) return; |