summaryrefslogtreecommitdiffstats
path: root/sys/dev/sx/sx_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/sx/sx_pci.c')
-rw-r--r--sys/dev/sx/sx_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sx/sx_pci.c b/sys/dev/sx/sx_pci.c
index 35abb55..70be4c4 100644
--- a/sys/dev/sx/sx_pci.c
+++ b/sys/dev/sx/sx_pci.c
@@ -52,7 +52,7 @@ sx_pci_probe(
switch (pci_get_devid(dev)) {
case 0x200011cb:
- if (pci_get_subdevice(dev) == (ushort)0xb008) {
+ if (pci_get_subdevice(dev) == (uint16_t)0xb008) {
desc = "Specialix I/O8+ Multiport Serial Card";
}
break;
OpenPOWER on IntegriCloud