Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Change ROM names to lower case.
  • Loading branch information
Michael Brown committed Oct 10, 2007
1 parent e445c2c commit 338d45a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/drivers/infiniband/arbel.c
Expand Up @@ -2117,8 +2117,8 @@ static void arbel_remove ( struct pci_device *pci ) {
}

static struct pci_device_id arbel_nics[] = {
PCI_ROM ( 0x15b3, 0x6282, "MT25218", "MT25218 HCA driver" ),
PCI_ROM ( 0x15b3, 0x6274, "MT25204", "MT25204 HCA driver" ),
PCI_ROM ( 0x15b3, 0x6282, "mt25218", "MT25218 HCA driver" ),
PCI_ROM ( 0x15b3, 0x6274, "mt25204", "MT25204 HCA driver" ),
};

struct pci_driver arbel_driver __pci_driver = {
Expand Down

0 comments on commit 338d45a

Please sign in to comment.