Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vmxnet3: use initialized skb pointer to set hash
The recent conversion to skb_set_hash() was incorrect. 'skb' is uninitialized at this point. Fixes: 0b68070 ('net: vmxnet3 calls skb_set_hash') Signed-off-by: Michal Schmidt <[email protected]> Acked-by: Tom Herbert <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information