diff options
Diffstat (limited to 'net/openvswitch/datapath.c')
-rw-r--r-- | net/openvswitch/datapath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openvswitch/datapath.c b/net/openvswitch/datapath.c index 99cfafc2a139..ef38e5aecd28 100644 --- a/net/openvswitch/datapath.c +++ b/net/openvswitch/datapath.c | |||
@@ -308,7 +308,7 @@ static int queue_gso_packets(struct datapath *dp, struct sk_buff *skb, | |||
308 | const struct dp_upcall_info *upcall_info, | 308 | const struct dp_upcall_info *upcall_info, |
309 | uint32_t cutlen) | 309 | uint32_t cutlen) |
310 | { | 310 | { |
311 | unsigned short gso_type = skb_shinfo(skb)->gso_type; | 311 | unsigned int gso_type = skb_shinfo(skb)->gso_type; |
312 | struct sw_flow_key later_key; | 312 | struct sw_flow_key later_key; |
313 | struct sk_buff *segs, *nskb; | 313 | struct sk_buff *segs, *nskb; |
314 | int err; | 314 | int err; |