Skip to content

Commit

Permalink
net: phy: dp83869: Remove unneeded semicolon
Browse files Browse the repository at this point in the history
Fixes coccicheck warning:

drivers/net/phy/dp83869.c:337:2-3: Unneeded semicolon

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: zhengbin <zhengbin13@huawei.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
  • Loading branch information
zhengbin authored and Jakub Kicinski committed Dec 15, 2019
1 parent 826f66b commit 3a5f494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/phy/dp83869.c
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ static int dp83869_configure_mode(struct phy_device *phydev,
break;
default:
return -EINVAL;
};
}

return ret;
}
Expand Down

0 comments on commit 3a5f494

Please sign in to comment.