summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/icplus.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2013-12-18 00:49:35 -0500
committerDavid S. Miller <davem@davemloft.net>2013-12-18 00:49:35 -0500
commitcea883bb6851c15c41b476f65877bc5c1005605c (patch)
treed48191f090019d3cf8398100cf13db313ff5972a /drivers/net/phy/icplus.c
parenta58f7f8a6196f22ed47181512e53329a586f10f8 (diff)
parent7aff9675812303a4885e94d9aa43e86e7f61ac61 (diff)
downloadlinux-cea883bb6851c15c41b476f65877bc5c1005605c.tar.bz2
Merge branch 'phy_checkpatch'
Florian Fainelli says: ==================== net: phy: fix checkpatch errors This patchset fixes trivial checkpatch errors, no functional change introduced. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy/icplus.c')
-rw-r--r--drivers/net/phy/icplus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/phy/icplus.c b/drivers/net/phy/icplus.c
index b5ddd5077a80..97bf58bf4939 100644
--- a/drivers/net/phy/icplus.c
+++ b/drivers/net/phy/icplus.c
@@ -48,7 +48,7 @@ MODULE_LICENSE("GPL");
static int ip175c_config_init(struct phy_device *phydev)
{
int err, i;
- static int full_reset_performed = 0;
+ static int full_reset_performed;
if (full_reset_performed == 0) {