From: Thomas Miletich Date: Fri, 23 Oct 2009 14:54:59 +0000 (+0200) Subject: [sis190] Make 'make allroms' happy. X-Git-Tag: v1.0.0-rc1~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=107d641bd50080c52d7c0a97f6741fbac8979248;p=thirdparty%2Fipxe.git [sis190] Make 'make allroms' happy. Remove spaces in 3rd PCI_ROM field. Debugged-by: Marty Connor Reported-by: Giandomenico De Tullio Signed-off-by: Michael Brown --- diff --git a/src/drivers/net/sis190.c b/src/drivers/net/sis190.c index c312034d2..b38aaa169 100644 --- a/src/drivers/net/sis190.c +++ b/src/drivers/net/sis190.c @@ -26,8 +26,8 @@ FILE_LICENCE ( GPL_ANY ); #include "sis190.h" static struct pci_device_id sis190_pci_tbl[] = { - PCI_ROM (0x1039, 0x0190, "SiS 190", "SiS 190", 0), - PCI_ROM (0x1039, 0x0191, "SiS 191", "SiS 191", 0), + PCI_ROM (0x1039, 0x0190, "sis190", "sis190", 0), + PCI_ROM (0x1039, 0x0191, "sis191", "sis191", 0), }; /******************************************************************************