diff options
| author | Warner Losh <imp@FreeBSD.org> | 2005-03-05 18:17:35 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2005-03-05 18:17:35 +0000 |
| commit | b77e575e1dd3257e0ae72a69ee1897510f7a27ed (patch) | |
| tree | c05e64a4d23479cff13a84a1257adf269a8787f2 /sys/dev/ichsmb/ichsmb.c | |
| parent | 96a757bcf1fd827b546a5883ecfd6e1324b474e1 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ichsmb/ichsmb.c')
| -rw-r--r-- | sys/dev/ichsmb/ichsmb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ichsmb/ichsmb.c b/sys/dev/ichsmb/ichsmb.c index 8896745b3beef..aed93965e6633 100644 --- a/sys/dev/ichsmb/ichsmb.c +++ b/sys/dev/ichsmb/ichsmb.c @@ -104,7 +104,7 @@ ichsmb_probe(device_t dev) device_get_nameunit(dev), DRIVER_SMBUS); return (ENXIO); } - return (0); + return (BUS_PROBE_DEFAULT); } /* |
