Browse Source

[sis190] Make 'make allroms' happy.

Remove spaces in 3rd PCI_ROM field.

Debugged-by: Marty Connor <mdc@etherboot.org>
Reported-by: Giandomenico  De Tullio <ghisha@email.it>
Signed-off-by: Michael Brown <mcb30@etherboot.org>
tags/v1.0.0-rc1
Thomas Miletich 15 years ago
parent
commit
107d641bd5
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/drivers/net/sis190.c

+ 2
- 2
src/drivers/net/sis190.c View File

26
 #include "sis190.h"
26
 #include "sis190.h"
27
 
27
 
28
 static struct pci_device_id sis190_pci_tbl[] = {
28
 static struct pci_device_id sis190_pci_tbl[] = {
29
-	PCI_ROM (0x1039, 0x0190, "SiS 190", "SiS 190", 0),
30
-	PCI_ROM (0x1039, 0x0191, "SiS 191", "SiS 191", 0),
29
+	PCI_ROM (0x1039, 0x0190, "sis190", "sis190", 0),
30
+	PCI_ROM (0x1039, 0x0191, "sis191", "sis191", 0),
31
 };
31
 };
32
 
32
 
33
 /******************************************************************************
33
 /******************************************************************************

Loading…
Cancel
Save