Merge branch 'for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
[linux-2.6-microblaze.git] / drivers / md / dm-ebs-target.c
index cb85610..55bcfb7 100644 (file)
@@ -86,7 +86,7 @@ static int __ebs_rw_bvec(struct ebs_c *ec, int rw, struct bio_vec *bv, struct bv
                else
                        ba = dm_bufio_new(ec->bufio, block, &b);
 
-               if (unlikely(IS_ERR(ba))) {
+               if (IS_ERR(ba)) {
                        /*
                         * Carry on with next buffer, if any, to issue all possible
                         * data but return error.