]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/net/gianfar_ethtool.c
drivers/net: return operator cleanup
[net-next-2.6.git] / drivers / net / gianfar_ethtool.c
index 9bda023c0235664f9000411fa543ce182371259f..ae8e5d3c6c1f69811fc1b20c0df83e770a940c8b 100644 (file)
@@ -254,7 +254,7 @@ static unsigned int gfar_usecs2ticks(struct gfar_private *priv, unsigned int use
 
        /* Make sure we return a number greater than 0
         * if usecs > 0 */
-       return ((usecs * 1000 + count - 1) / count);
+       return (usecs * 1000 + count - 1) / count;
 }
 
 /* Convert ethernet clock ticks to microseconds */
@@ -278,7 +278,7 @@ static unsigned int gfar_ticks2usecs(struct gfar_private *priv, unsigned int tic
 
        /* Make sure we return a number greater than 0 */
        /* if ticks is > 0 */
-       return ((ticks * count) / 1000);
+       return (ticks * count) / 1000;
 }
 
 /* Get the coalescing parameters, and put them in the cvals