diff options
| author | Marek Vasut <[email protected]> | 2024-07-20 14:40:47 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-07-22 10:53:05 -0600 |
| commit | c94a0359c9bb26246be856400ac466959c9d7006 (patch) | |
| tree | 61c9819d5a36c042741453bffa9fb59343f10f32 | |
| parent | c91dcd3078319dfb36ca1541fde89eea1162067a (diff) | |
drivers: phy: Remove duplicate newlines
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <[email protected]>
| -rw-r--r-- | drivers/phy/marvell/comphy_a3700.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/phy/marvell/comphy_a3700.c b/drivers/phy/marvell/comphy_a3700.c index bca325d1996..2a1646cb2c0 100644 --- a/drivers/phy/marvell/comphy_a3700.c +++ b/drivers/phy/marvell/comphy_a3700.c @@ -389,7 +389,6 @@ static int comphy_usb3_power_up(u32 lane, u32 type, u32 speed, u32 invert) */ reg_set(USB3_CTRPUL_VAL_REG, 0x8 << 24, rb_usb3_ctr_100ns); - /* 0xd005c300 = 0x1001 */ /* set PRD_TXDEEMPH (3.5db de-emph) */ usb3_reg_set16(LANE_CFG0, 0x1, 0xFF, lane); |
