Merge tag 'selinux-pr-20210629' of git://git.kernel.org/pub/scm/linux/kernel/git...
[sfrench/cifs-2.6.git] / drivers / block / aoe / aoechr.c
index ab41be625a5316e30ae2f30d1329e657196e98e2..8eea2529da20a7ec76efade7937ad91b6e0aee7c 100644 (file)
@@ -140,10 +140,8 @@ bail:              spin_unlock_irqrestore(&emsgs_lock, flags);
        }
 
        mp = kmemdup(msg, n, GFP_ATOMIC);
-       if (mp == NULL) {
-               printk(KERN_ERR "aoe: allocation failure, len=%ld\n", n);
+       if (!mp)
                goto bail;
-       }
 
        em->msg = mp;
        em->flags |= EMFL_VALID;