commit | 8d66c30b12ed3cb533696dea8b9a9eadd5da426a | [log] [tgz] |
---|---|---|
author | Stefan Wahren <stefan.wahren@i2se.com> | Tue May 09 15:40:38 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu May 11 12:14:12 2017 -0400 |
tree | 010de438f2401f1dcf9abaaee9b99be0ddd5aadb | |
parent | 1a4a5bf52a4adb477adb075e5afce925824ad132 [diff] |
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: 291ab06ecf67 ("net: qualcomm: new Ethernet over SPI driver for QCA7000") Signed-off-by: David S. Miller <davem@davemloft.net>