Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[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>
  • Loading branch information
thomil authored and Michael Brown committed Oct 24, 2009
1 parent 45044ac commit 107d641
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/drivers/net/sis190.c
Expand Up @@ -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),
};

/******************************************************************************
Expand Down

0 comments on commit 107d641

Please sign in to comment.