Remove redundant skb null check
authorGaurav Singh <gaurav1086@gmail.com>
Fri, 19 Jun 2020 19:24:13 +0000 (15:24 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sun, 21 Jun 2020 04:29:27 +0000 (21:29 -0700)
commit8bf1539515920810b86cf1783dc433b1a25d31df
tree012ce74eb802a6c4f6f2a276d5e8059ed5a127e6
parentc8f8a9f8e5e51bec320a5c2649e042b40630c564
Remove redundant skb null check

Remove the redundant null check for skb.

Signed-off-by: Gaurav Singh <gaurav1086@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/act_api.c