]> git.dujemihanovic.xyz Git - u-boot.git/commit
scsi: Cache align temporary buffer
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Mon, 7 Aug 2023 00:26:12 +0000 (02:26 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 17 Aug 2023 20:39:20 +0000 (16:39 -0400)
commit02660defdc8a5c6de9dd203c6f8082861475d5d4
tree1aef86b4c3afb38aa9c628f2d8ee02c4400e698d
parent4b316f1e67d8cb8320649f83fe322412b4eed739
scsi: Cache align temporary buffer

The temporary buffer may be passed to DMA capable device,
make sure it is cache aligned.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
drivers/scsi/scsi.c