diff options
| author | Xin LI <delphij@FreeBSD.org> | 2011-10-20 21:49:26 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2011-10-20 21:49:26 +0000 |
| commit | ae8cb8da88d13c5d4ec4505dede82a6aa7c7c44f (patch) | |
| tree | 042bf0061a0dca7be623a7f7e2328441cc09fb0a /sys/dev/tws/tws.c | |
| parent | 4bed5327f8c4104660209ec38404ad6d267ab662 (diff) | |
Notes
Diffstat (limited to 'sys/dev/tws/tws.c')
| -rw-r--r-- | sys/dev/tws/tws.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/tws/tws.c b/sys/dev/tws/tws.c index 57a463e68ebf..750f878f9b5c 100644 --- a/sys/dev/tws/tws.c +++ b/sys/dev/tws/tws.c @@ -172,7 +172,7 @@ tws_probe(device_t dev) first_ctlr = 0; } - return(0); + return(BUS_PROBE_DEFAULT); } return (ENXIO); } |
