|
@@ -383,7 +383,7 @@ struct vlan_entry *bond_next_vlan(struct bonding *bond, struct vlan_entry *curr)
|
|
*/
|
|
*/
|
|
int bond_dev_queue_xmit(struct bonding *bond, struct sk_buff *skb, struct net_device *slave_dev)
|
|
int bond_dev_queue_xmit(struct bonding *bond, struct sk_buff *skb, struct net_device *slave_dev)
|
|
{
|
|
{
|
|
- unsigned short vlan_id;
|
|
|
|
|
|
+ unsigned short uninitialized_var(vlan_id);
|
|
|
|
|
|
if (!list_empty(&bond->vlan_list) &&
|
|
if (!list_empty(&bond->vlan_list) &&
|
|
!(slave_dev->features & NETIF_F_HW_VLAN_TX) &&
|
|
!(slave_dev->features & NETIF_F_HW_VLAN_TX) &&
|