mirror of
https://github.com/opnsense/src.git
synced 2026-06-29 10:59:44 -04:00
Linux drivers may pass a typed PCI_ANY_ID (-1U) in which then leads to a warning that the value gets truncated. Switch argument types to unsigned int (or uint32_t as we use in struct pci_device_id) to avoid the problem. Sponsored by: The FreeBSD Foundation Discussed in: D50008 MFC after: 3 days Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D51652 |
||
|---|---|---|
| .. | ||
| common | ||
| dummy/include | ||