Loading drivers/crypto/msm/qcedev.c +1 −2 Original line number Diff line number Diff line Loading @@ -1234,8 +1234,7 @@ static int qcedev_vbuf_ablk_cipher_max_xfer(struct qcedev_async_req *areq, goto exit; } k_align_dst += creq->vbuf.dst[dst_i].len + byteoffset; k_align_dst += creq->vbuf.dst[dst_i].len; creq->data_len -= creq->vbuf.dst[dst_i].len; dst_i++; } else { Loading Loading
drivers/crypto/msm/qcedev.c +1 −2 Original line number Diff line number Diff line Loading @@ -1234,8 +1234,7 @@ static int qcedev_vbuf_ablk_cipher_max_xfer(struct qcedev_async_req *areq, goto exit; } k_align_dst += creq->vbuf.dst[dst_i].len + byteoffset; k_align_dst += creq->vbuf.dst[dst_i].len; creq->data_len -= creq->vbuf.dst[dst_i].len; dst_i++; } else { Loading