openwrt/target/linux/ath79/files/drivers
Koen Vandeputte b417a0c48d ar71xx/ath79: ag71xx: init rings with GFP_KERNEL
Upstream commit	246902bdf562d45ea3475fac64c93048a7a39f01

Which contains following explanation:

--
There is no need to use GFP_ATOMIC here, GFP_KERNEL should be enough.
The 'kcalloc()' just a few lines above, already uses GFP_KERNEL.
--

Looking at the code, all other descriptors also use plain GFP_KERNEL

Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
2019-08-09 18:30:46 +02:00
..
mtd ath79: port cybertan_part from ar71xx 2018-09-10 09:07:11 +02:00
net/ethernet/atheros/ag71xx ar71xx/ath79: ag71xx: init rings with GFP_KERNEL 2019-08-09 18:30:46 +02:00