mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 13:59:45 -04:00
staging: ccree: Fix alignment issues in ssi_ivgen.c
Fixes checkpatch.pl alignment warnings. Signed-off-by: Simon Sandström <simon@nikanor.nu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
8426423407
commit
9ac8a459de
@@ -166,7 +166,8 @@ void ssi_ivgen_fini(struct ssi_drvdata *drvdata)
|
||||
if (ivgen_ctx->pool_meta) {
|
||||
memset(ivgen_ctx->pool_meta, 0, SSI_IVPOOL_META_SIZE);
|
||||
dma_free_coherent(device, SSI_IVPOOL_META_SIZE,
|
||||
ivgen_ctx->pool_meta, ivgen_ctx->pool_meta_dma);
|
||||
ivgen_ctx->pool_meta,
|
||||
ivgen_ctx->pool_meta_dma);
|
||||
}
|
||||
|
||||
ivgen_ctx->pool = NULL_SRAM_ADDR;
|
||||
|
||||
Reference in New Issue
Block a user