Blame SOURCES/0012-sff-8636-Remove-extra-blank-lines.patch
|
|
2a1b01 |
From 539a255fab8401a197e2a98c0c3dd39800ca65e5 Mon Sep 17 00:00:00 2001
|
|
|
2a1b01 |
From: Ido Schimmel <idosch@nvidia.com>
|
|
|
2a1b01 |
Date: Fri, 1 Oct 2021 18:06:27 +0300
|
|
|
2a1b01 |
Subject: [PATCH 12/35] sff-8636: Remove extra blank lines
|
|
|
2a1b01 |
|
|
|
2a1b01 |
Not needed, so remove them.
|
|
|
2a1b01 |
|
|
|
2a1b01 |
Signed-off-by: Ido Schimmel <idosch@nvidia.com>
|
|
|
2a1b01 |
---
|
|
|
2a1b01 |
qsfp.c | 2 --
|
|
|
2a1b01 |
1 file changed, 2 deletions(-)
|
|
|
2a1b01 |
|
|
|
2a1b01 |
diff --git a/qsfp.c b/qsfp.c
|
|
|
2a1b01 |
index d1464cb50fdc..3f37f1036e96 100644
|
|
|
2a1b01 |
--- a/qsfp.c
|
|
|
2a1b01 |
+++ b/qsfp.c
|
|
|
2a1b01 |
@@ -738,7 +738,6 @@ static void sff8636_dom_parse(const __u8 *id, const __u8 *page_three, struct sff
|
|
|
2a1b01 |
sd->scd[i].rx_power = OFFSET_TO_U16(rx_power_offset);
|
|
|
2a1b01 |
sd->scd[i].tx_power = OFFSET_TO_U16(tx_power_offset);
|
|
|
2a1b01 |
}
|
|
|
2a1b01 |
-
|
|
|
2a1b01 |
}
|
|
|
2a1b01 |
|
|
|
2a1b01 |
static void sff8636_show_dom(const __u8 *id, const __u8 *page_three, __u32 eeprom_len)
|
|
|
2a1b01 |
@@ -819,7 +818,6 @@ static void sff8636_show_dom(const __u8 *id, const __u8 *page_three, __u32 eepro
|
|
|
2a1b01 |
}
|
|
|
2a1b01 |
}
|
|
|
2a1b01 |
|
|
|
2a1b01 |
-
|
|
|
2a1b01 |
static void sff8636_show_page_zero(const __u8 *id)
|
|
|
2a1b01 |
{
|
|
|
2a1b01 |
sff8636_show_ext_identifier(id);
|
|
|
2a1b01 |
--
|
|
|
2a1b01 |
2.35.1
|
|
|
2a1b01 |
|