sky2: use GFP_KERNEL allocations at device setup
authorEric Dumazet <eric.dumazet@gmail.com>
Thu, 7 Jul 2011 13:13:32 +0000 (06:13 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 7 Jul 2011 13:13:32 +0000 (06:13 -0700)
commit68ac31918ec359a2bfb9f897bb62c2940652d2b8
tree052c7ecb3ffd5ed3a5a60ff21e0441f88be87065
parent3c878d4746ca12cc8022f9e02f055f175b847dbc
sky2: use GFP_KERNEL allocations at device setup

In process and sleep allowed context, favor GFP_KERNEL allocations over
GFP_ATOMIC ones.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/sky2.c