Merge tag 'f2fs-for-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeu...
[linux-2.6-microblaze.git] / net / caif / chnl_net.c
index fadc7c8..37b6719 100644 (file)
@@ -76,8 +76,6 @@ static int chnl_recv_cb(struct cflayer *layr, struct cfpkt *pkt)
        u8 buf;
 
        priv = container_of(layr, struct chnl_net, chnl);
-       if (!priv)
-               return -EINVAL;
 
        skb = (struct sk_buff *) cfpkt_tonative(pkt);