]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/ixgbe/ixgbe_bypass.c
remove extra parentheses in return statement
[dpdk.git] / drivers / net / ixgbe / ixgbe_bypass.c
index 832f4156da265bf934b0e9da0d831c22a5849870..e846946f8d70c9f77ef45689cc7ef4d4a1f4e4e0 100644 (file)
@@ -153,7 +153,7 @@ ixgbe_bypass_state_show(struct rte_eth_dev *dev, u32 *state)
         */
        *state = (by_ctl >> BYPASS_STATUS_OFF_SHIFT) &  BYPASS_STATUS_OFF_MASK;
 
         */
        *state = (by_ctl >> BYPASS_STATUS_OFF_SHIFT) &  BYPASS_STATUS_OFF_MASK;
 
-       return (ret_val);
+       return ret_val;
 }
 
 
 }