commit | 8c02d842b61ebd579e42ff3f0326457e7d10ec95 | [log] [tgz] |
---|---|---|
author | Michael Walle <michael@walle.cc> | Wed Feb 10 22:42:29 2021 +0100 |
committer | Michal Simek <michal.simek@xilinx.com> | Tue Feb 23 14:56:55 2021 +0100 |
tree | 5b920675cd673a9a130af76ce8dce249864bfd63 | |
parent | 038e02455bbc18d34946fdfe77faf2062adc3e2a [diff] |
fpga: zynqpl: fix buffer alignment Due to pointer arithmetic, "sizeof(u32) * ARCH_DMA_MINALIGN" is subtracted. It seems that the original intention was to just subtract ARCH_DMA_MINALIGN. Fix it. Signed-off-by: Michael Walle <michael@walle.cc> Signed-off-by: Michal Simek <michal.simek@xilinx.com>