[SCSI] megaraid_legacy: kobject_register failure
Attached patch fixes problem that cause kobject_register failure during loading. Kobject_register would fail when there are more than 1 module with same module name. This patch will change module name of megaraid_legacy from 'megaraid' to 'megaraid_legacy'. Signed-Off-by: Seokmann Ju <seokmann.ju@lsil.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
This commit is contained in:
parent
4733804c9f
commit
3542adcb35
@ -5049,7 +5049,7 @@ static struct pci_device_id megaraid_pci_tbl[] = {
|
||||
MODULE_DEVICE_TABLE(pci, megaraid_pci_tbl);
|
||||
|
||||
static struct pci_driver megaraid_pci_driver = {
|
||||
.name = "megaraid",
|
||||
.name = "megaraid_legacy",
|
||||
.id_table = megaraid_pci_tbl,
|
||||
.probe = megaraid_probe_one,
|
||||
.remove = __devexit_p(megaraid_remove_one),
|
||||
|
@ -5,7 +5,7 @@
|
||||
#include <linux/mutex.h>
|
||||
|
||||
#define MEGARAID_VERSION \
|
||||
"v2.00.3 (Release Date: Wed Feb 19 08:51:30 EST 2003)\n"
|
||||
"v2.00.4 (Release Date: Thu Feb 9 08:51:30 EST 2006)\n"
|
||||
|
||||
/*
|
||||
* Driver features - change the values to enable or disable features in the
|
||||
|
Loading…
Reference in New Issue
Block a user