mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-19 15:33:56 +00:00
pir: Use device_set_descf()
No functional change intended. MFC after: 1 week
This commit is contained in:
parent
c704b87ba6
commit
a96a957712
@ -653,11 +653,8 @@ pci_pir_probe(int bus, int require_parse)
|
||||
static int
|
||||
pir_probe(device_t dev)
|
||||
{
|
||||
char buf[64];
|
||||
|
||||
snprintf(buf, sizeof(buf), "PCI Interrupt Routing Table: %d Entries",
|
||||
device_set_descf(dev, "PCI Interrupt Routing Table: %d Entries",
|
||||
pci_route_count);
|
||||
device_set_desc_copy(dev, buf);
|
||||
return (0);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user