summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip
diff options
context:
space:
mode:
authorAyush Sawal <ayush.sawal@chelsio.com>2021-01-06 09:59:10 +0530
committerJakub Kicinski <kuba@kernel.org>2021-01-07 17:06:02 -0800
commita84b2c0d5fa23da6d6c8c0d5f5c93184a2744d3e (patch)
tree492d92b60de77815b8102bcfe556331f91d0a25a /drivers/irqchip
parentf8d15d29d6e6b32704c8fce9229716ca145a0de2 (diff)
downloadlinux-a84b2c0d5fa23da6d6c8c0d5f5c93184a2744d3e.tar.bz2
chtls: Replace skb_dequeue with skb_peek
The skb is unlinked twice, one in __skb_dequeue in function chtls_reset_synq() and another in cleanup_syn_rcv_conn(). So in this patch using skb_peek() instead of __skb_dequeue(), so that unlink will be handled only in cleanup_syn_rcv_conn(). Fixes: cc35c88ae4db ("crypto : chtls - CPL handler definition") Signed-off-by: Vinay Kumar Yadav <vinay.yadav@chelsio.com> Signed-off-by: Ayush Sawal <ayush.sawal@chelsio.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/irqchip')
0 files changed, 0 insertions, 0 deletions