Commit 4504b1bc authored by bahar sahin's avatar bahar sahin Committed by Greg Kroah-Hartman

Staging: octeon: Fix coding style

This patch removes unnecessary braces to fix a checkpatch.pl warning.
Signed-off-by: default avatarbahar sahin <baharxf@gmail.com>
Reviewed-by: default avatarSarah Sharp <sarah.a.sharp@linux.intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 8a125b0e
......@@ -166,9 +166,8 @@ static void cvm_oct_rgmii_poll(struct net_device *dev)
if (use_global_register_lock)
spin_unlock_irqrestore(&global_register_lock, flags);
else {
else
mutex_unlock(&priv->phydev->bus->mdio_lock);
}
if (priv->phydev == NULL) {
/* Tell core. */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment