diff options
| author | Warner Losh <imp@FreeBSD.org> | 2005-03-05 19:06:12 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2005-03-05 19:06:12 +0000 |
| commit | 53ee71735fa9edc61ed5edb209139c1992994ae5 (patch) | |
| tree | b684c2aaa84b32b63e1fd9b03343a035320c5877 /sys/dev/ath | |
| parent | 1e8c38a6cc8e736c79677a0ac0c6cb0dec4b0a4b (diff) | |
Notes
Diffstat (limited to 'sys/dev/ath')
| -rw-r--r-- | sys/dev/ath/if_ath_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ath/if_ath_pci.c b/sys/dev/ath/if_ath_pci.c index 82f0376c745c0..cb176f06293b4 100644 --- a/sys/dev/ath/if_ath_pci.c +++ b/sys/dev/ath/if_ath_pci.c @@ -90,7 +90,7 @@ ath_pci_probe(device_t dev) devname = ath_hal_probe(pci_get_vendor(dev), pci_get_device(dev)); if (devname != NULL) { device_set_desc(dev, devname); - return 0; + return BUS_PROBE_DEFAULT; } return ENXIO; } |
