mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 22:22:51 -04:00
PCI: i386: traps, change VENDOR to DEVICE
traps, change VENDOR to DEVICE Change macro for SGI lithium (arch/i386/mach-visws/traps.c) device from VENDOR to DEVICE, because it's a device id. Signed-off-by: Jiri Slaby <jirislaby@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
1d0ed384c1
commit
c43eaa02ab
@@ -944,8 +944,8 @@
|
||||
|
||||
#define PCI_VENDOR_ID_SGI 0x10a9
|
||||
#define PCI_DEVICE_ID_SGI_IOC3 0x0003
|
||||
#define PCI_DEVICE_ID_SGI_LITHIUM 0x1002
|
||||
#define PCI_DEVICE_ID_SGI_IOC4 0x100a
|
||||
#define PCI_VENDOR_ID_SGI_LITHIUM 0x1002
|
||||
|
||||
|
||||
#define PCI_VENDOR_ID_WINBOND 0x10ad
|
||||
|
||||
Reference in New Issue
Block a user