diff --git a/[refs] b/[refs] index 8e9a377756aa..f192d2bbeeae 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ec6e7c3ae39cb1dc279b5274aaaadd09ff8e224b +refs/heads/master: 881fe4bdcdc899674524e30a76c76d298b447008 diff --git a/trunk/include/trace/events/skb.h b/trunk/include/trace/events/skb.h index 75ce9d500d8e..f10293c41b1e 100644 --- a/trunk/include/trace/events/skb.h +++ b/trunk/include/trace/events/skb.h @@ -25,9 +25,7 @@ TRACE_EVENT(kfree_skb, TP_fast_assign( __entry->skbaddr = skb; - if (skb) { - __entry->protocol = ntohs(skb->protocol); - } + __entry->protocol = ntohs(skb->protocol); __entry->location = location; ),