X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=drivers%2Fmd%2Fdm-ebs-target.c;h=55bcfb74f51faf7f7b648e03a38f4c932e258685;hb=52252adede912890b81e0a05503a482062e17c6e;hp=cb85610527c2ca29fa484ea43f1aa9912d2c8323;hpb=2bd056f550808eaa2c34a14169c99f81ead083a7;p=linux-2.6-microblaze.git diff --git a/drivers/md/dm-ebs-target.c b/drivers/md/dm-ebs-target.c index cb85610527c2..55bcfb74f51f 100644 --- a/drivers/md/dm-ebs-target.c +++ b/drivers/md/dm-ebs-target.c @@ -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.