[PATCH v4 net-next 3/7] net: mvneta: Use cacheable memory to store the rx buffer virtual address
David Miller
davem at davemloft.net
Wed Nov 30 10:57:25 PST 2016
From: Gregory CLEMENT <gregory.clement at free-electrons.com>
Date: Tue, 29 Nov 2016 15:55:21 +0100
> + /* Virtual address of the RX buffer */
> + void **buf_virt_addr;
> +
> /* Virtual address of the RX DMA descriptors array */
> struct mvneta_rx_desc *descs;
>
...
> + data = (unsigned char *)rxq->buf_virt_addr[index];
This cast is unnecessary, please remove it.
More information about the linux-arm-kernel
mailing list