diff options
Diffstat (limited to 'drivers/net/ehea/ehea_main.c')
-rw-r--r-- | drivers/net/ehea/ehea_main.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/ehea/ehea_main.c b/drivers/net/ehea/ehea_main.c index 33a41e29ec83..e8a8ccfedac6 100644 --- a/drivers/net/ehea/ehea_main.c +++ b/drivers/net/ehea/ehea_main.c | |||
@@ -1881,7 +1881,6 @@ static void ehea_promiscuous(struct net_device *dev, int enable) | |||
1881 | port->promisc = enable; | 1881 | port->promisc = enable; |
1882 | out: | 1882 | out: |
1883 | free_page((unsigned long)cb7); | 1883 | free_page((unsigned long)cb7); |
1884 | return; | ||
1885 | } | 1884 | } |
1886 | 1885 | ||
1887 | static u64 ehea_multicast_reg_helper(struct ehea_port *port, u64 mc_mac_addr, | 1886 | static u64 ehea_multicast_reg_helper(struct ehea_port *port, u64 mc_mac_addr, |
@@ -2025,7 +2024,6 @@ static void ehea_set_multicast_list(struct net_device *dev) | |||
2025 | } | 2024 | } |
2026 | out: | 2025 | out: |
2027 | ehea_update_bcmc_registrations(); | 2026 | ehea_update_bcmc_registrations(); |
2028 | return; | ||
2029 | } | 2027 | } |
2030 | 2028 | ||
2031 | static int ehea_change_mtu(struct net_device *dev, int new_mtu) | 2029 | static int ehea_change_mtu(struct net_device *dev, int new_mtu) |
@@ -2338,7 +2336,6 @@ static void ehea_vlan_rx_kill_vid(struct net_device *dev, unsigned short vid) | |||
2338 | ehea_error("modify_ehea_port failed"); | 2336 | ehea_error("modify_ehea_port failed"); |
2339 | out: | 2337 | out: |
2340 | free_page((unsigned long)cb1); | 2338 | free_page((unsigned long)cb1); |
2341 | return; | ||
2342 | } | 2339 | } |
2343 | 2340 | ||
2344 | int ehea_activate_qp(struct ehea_adapter *adapter, struct ehea_qp *qp) | 2341 | int ehea_activate_qp(struct ehea_adapter *adapter, struct ehea_qp *qp) |
@@ -2881,7 +2878,6 @@ static void ehea_reset_port(struct work_struct *work) | |||
2881 | netif_wake_queue(dev); | 2878 | netif_wake_queue(dev); |
2882 | out: | 2879 | out: |
2883 | mutex_unlock(&port->port_lock); | 2880 | mutex_unlock(&port->port_lock); |
2884 | return; | ||
2885 | } | 2881 | } |
2886 | 2882 | ||
2887 | static void ehea_rereg_mrs(struct work_struct *work) | 2883 | static void ehea_rereg_mrs(struct work_struct *work) |