mfd: sta2x11: Use GFP_KERNEL instead of GFP_ATOMIC
[linux-2.6-microblaze.git] / drivers / mfd / sta2x11-mfd.c
index 1819c8f..02cc49d 100644 (file)
@@ -590,7 +590,7 @@ static int sta2x11_mfd_probe(struct pci_dev *pdev,
 
        /* Record this pdev before mfd_add_devices: their probe looks for it */
        if (!sta2x11_mfd_find(pdev))
-               sta2x11_mfd_add(pdev, GFP_ATOMIC);
+               sta2x11_mfd_add(pdev, GFP_KERNEL);
 
        /* Just 2 bars for all mfd's at present */
        for (i = 0; i < 2; i++) {