Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 20400
b: refs/heads/master
c: 3542adc
h: refs/heads/master
v: v3
  • Loading branch information
Ju, Seokmann authored and unknown committed Feb 12, 2006
1 parent 3d5cb54 commit 872caab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4733804c9f62fbc17ba69e8654a5fdf465f5bc41
refs/heads/master: 3542adcb354fea4fca792d36b91cb44d0da147e5
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/megaraid.c
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/megaraid.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 872caab

Please sign in to comment.