Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net: qca_spi: Fix alignment issues in rx path
The qca_spi driver causes alignment issues on ARM devices. So fix this by using netdev_alloc_skb_ip_align(). Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com> Fixes: 291ab06 ("net: qualcomm: new Ethernet over SPI driver for QCA7000") Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information