|
@@ -2561,7 +2561,7 @@ qla2x00_find_all_fabric_devs(scsi_qla_host_t *ha, struct list_head *new_fcports)
|
|
|
rval = QLA_SUCCESS;
|
|
|
|
|
|
/* Try GID_PT to get device list, else GAN. */
|
|
|
- swl = kcalloc(MAX_FIBRE_DEVICES, sizeof(sw_info_t), GFP_ATOMIC);
|
|
|
+ swl = kcalloc(MAX_FIBRE_DEVICES, sizeof(sw_info_t), GFP_KERNEL);
|
|
|
if (!swl) {
|
|
|
/*EMPTY*/
|
|
|
DEBUG2(printk("scsi(%ld): GID_PT allocations failed, fallback "
|