[SCSI] megaraid_sas: Rename megaraid_sas.c to megaraid_sas_base.c
This patch renames megaraid_sas.c to megaraid_sas_base.c to facilitate other files in the compile. Signed-off-by: Adam Radford <aradford@gmail.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
This commit is contained in:
committed by
James Bottomley
parent
fd01a6632d
commit
0d49016bba
@@ -1,3 +1,4 @@
|
||||
obj-$(CONFIG_MEGARAID_MM) += megaraid_mm.o
|
||||
obj-$(CONFIG_MEGARAID_MAILBOX) += megaraid_mbox.o
|
||||
obj-$(CONFIG_MEGARAID_SAS) += megaraid_sas.o
|
||||
megaraid_sas-objs := megaraid_sas_base.o
|
||||
|
@@ -2476,8 +2476,8 @@ megasas_transition_to_ready(struct megasas_instance* instance)
|
||||
fw_state = instance->instancet->read_fw_status_reg(instance->reg_set) & MFI_STATE_MASK;
|
||||
|
||||
if (fw_state != MFI_STATE_READY)
|
||||
printk(KERN_INFO "megasas: Waiting for FW to come to ready"
|
||||
" state\n");
|
||||
printk(KERN_INFO "megasas: Waiting for FW to come to ready"
|
||||
" state\n");
|
||||
|
||||
while (fw_state != MFI_STATE_READY) {
|
||||
|
||||
@@ -2610,7 +2610,7 @@ megasas_transition_to_ready(struct megasas_instance* instance)
|
||||
return -ENODEV;
|
||||
}
|
||||
}
|
||||
printk(KERN_INFO "megasas: FW now in Ready state\n");
|
||||
printk(KERN_INFO "megasas: FW now in Ready state\n");
|
||||
|
||||
return 0;
|
||||
}
|
||||
@@ -5165,7 +5165,7 @@ err_dcf_attr_ver:
|
||||
pci_unregister_driver(&megasas_pci_driver);
|
||||
err_pcidrv:
|
||||
unregister_chrdev(megasas_mgmt_majorno, "megaraid_sas_ioctl");
|
||||
return rval;
|
||||
return rval;
|
||||
}
|
||||
|
||||
/**
|
Reference in New Issue
Block a user