Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
[platform/kernel/linux-starfive.git] / drivers / tty / hvc / hvc_iucv.c
index 297fa7b..82a76ca 100644 (file)
@@ -438,8 +438,6 @@ static void hvc_iucv_sndbuf_work(struct work_struct *work)
        struct hvc_iucv_private *priv;
 
        priv = container_of(work, struct hvc_iucv_private, sndbuf_work.work);
-       if (!priv)
-               return;
 
        spin_lock_bh(&priv->lock);
        hvc_iucv_send(priv);