New upstream version 18.11.2
[deb_dpdk.git] / drivers / net / sfc / sfc_debug.h
index 6b600ff..62f3937 100644 (file)
@@ -27,7 +27,8 @@
        do {                                                            \
                const struct sfc_adapter *_sa = (sa);                   \
                                                                        \
-               rte_panic("sfc " PCI_PRI_FMT " #%" PRIu8 ": " fmt "\n", \
+               rte_panic("sfc " PCI_PRI_FMT                            \
+                         " #%" PRIu16 ": " fmt "\n",                   \
                          _sa->pci_addr.domain, _sa->pci_addr.bus,      \
                          _sa->pci_addr.devid, _sa->pci_addr.function,  \
                          _sa->port_id, ##args);                        \