kernel/crypto/tcrypt.c
.. .. @@ -1282,15 +1282,6 @@ 1282 1282 goto out_free_tfm; 1283 1283 } 1284 1284 1285 -1286 - for (i = 0; i < num_mb; ++i)1287 - if (testmgr_alloc_buf(data[i].xbuf)) {1288 - while (i--)1289 - testmgr_free_buf(data[i].xbuf);1290 - goto out_free_tfm;1291 - }1292 -1293 -1294 1285 for (i = 0; i < num_mb; ++i) { 1295 1286 data[i].req = skcipher_request_alloc(tfm, GFP_KERNEL); 1296 1287 if (!data[i].req) {