scsi: message: fusion: Replace GFP_ATOMIC with GFP_KERNEL
[sfrench/cifs-2.6.git] / drivers / message / fusion / mptbase.c
index c8c8186f114847d3476d63e4710ffa9ef93b8f43..e6b4ae5587678d01099412bd4d33d77a017e0259 100644 (file)
@@ -1780,7 +1780,7 @@ mpt_attach(struct pci_dev *pdev, const struct pci_device_id *id)
        struct proc_dir_entry *dent;
 #endif
 
-       ioc = kzalloc(sizeof(MPT_ADAPTER), GFP_ATOMIC);
+       ioc = kzalloc(sizeof(MPT_ADAPTER), GFP_KERNEL);
        if (ioc == NULL) {
                printk(KERN_ERR MYNAM ": ERROR - Insufficient memory to add adapter!\n");
                return -ENOMEM;