commit | 36eca7c25dc9e2e177331e3a556b462431daea31 | [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 | 465437ce9fe2830a5b67e7d88188c8bbb53d0667 [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>