Loading drivers/md/dm-req-crypt.c +1 −0 Original line number Diff line number Diff line Loading @@ -1193,6 +1193,7 @@ static int req_crypt_ctr(struct dm_target *ti, unsigned int argc, char **argv) DMERR("%s ablkcipher tfm allocation failed : error\n", __func__); err = DM_REQ_CRYPT_ERROR; tfm = NULL; goto ctr_exit; } Loading Loading
drivers/md/dm-req-crypt.c +1 −0 Original line number Diff line number Diff line Loading @@ -1193,6 +1193,7 @@ static int req_crypt_ctr(struct dm_target *ti, unsigned int argc, char **argv) DMERR("%s ablkcipher tfm allocation failed : error\n", __func__); err = DM_REQ_CRYPT_ERROR; tfm = NULL; goto ctr_exit; } Loading