MAINTAINERS: Add ADV7180 bindings documentation
[linux-2.6-microblaze.git] / block / bio-integrity.c
index 3579ac0..23632a3 100644 (file)
@@ -281,7 +281,6 @@ bool bio_integrity_prep(struct bio *bio)
 
                if (ret == 0) {
                        printk(KERN_ERR "could not attach integrity payload\n");
-                       kfree(buf);
                        status = BLK_STS_RESOURCE;
                        goto err_end_io;
                }