Skip to content

Commit ccc8cc5

Browse files
rarun-mchpdavem330
authored andcommitted
net: phy: removed empty lines in LAN87XX
Removed the empty lines in struct phy_drivers. Signed-off-by: Arun Ramadoss <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 79cea9a commit ccc8cc5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

drivers/net/phy/microchip_t1.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -501,14 +501,10 @@ static struct phy_driver microchip_t1_phy_driver[] = {
501501
PHY_ID_MATCH_MODEL(PHY_ID_LAN87XX),
502502
.name = "Microchip LAN87xx T1",
503503
.flags = PHY_POLL_CABLE_TEST,
504-
505504
.features = PHY_BASIC_T1_FEATURES,
506-
507505
.config_init = lan87xx_config_init,
508-
509506
.config_intr = lan87xx_phy_config_intr,
510507
.handle_interrupt = lan87xx_handle_interrupt,
511-
512508
.suspend = genphy_suspend,
513509
.resume = genphy_resume,
514510
.cable_test_start = lan87xx_cable_test_start,

0 commit comments

Comments
 (0)