diff options
-rw-r--r-- | drivers/net/ehea/ehea_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ehea/ehea_main.c b/drivers/net/ehea/ehea_main.c index 8b92acb448c2..3beba70b7dea 100644 --- a/drivers/net/ehea/ehea_main.c +++ b/drivers/net/ehea/ehea_main.c | |||
@@ -335,7 +335,7 @@ static struct net_device_stats *ehea_get_stats(struct net_device *dev) | |||
335 | 335 | ||
336 | memset(stats, 0, sizeof(*stats)); | 336 | memset(stats, 0, sizeof(*stats)); |
337 | 337 | ||
338 | cb2 = (void *)get_zeroed_page(GFP_ATOMIC); | 338 | cb2 = (void *)get_zeroed_page(GFP_KERNEL); |
339 | if (!cb2) { | 339 | if (!cb2) { |
340 | ehea_error("no mem for cb2"); | 340 | ehea_error("no mem for cb2"); |
341 | goto out; | 341 | goto out; |