diff options
| author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2011-11-22 21:56:55 +0000 |
|---|---|---|
| committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2011-11-22 21:56:55 +0000 |
| commit | 3b12bdb58f3ab1b077e536cd72894cbe3e56dff5 (patch) | |
| tree | 6350fc09dcd14823a24aa2bb365ed4c728cbfc8e /sys/dev/ppbus | |
| parent | 848e30ff519e332f8f8d11ace65d86fb15470258 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ppbus')
| -rw-r--r-- | sys/dev/ppbus/ppbconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ppbus/ppbconf.c b/sys/dev/ppbus/ppbconf.c index 858e5b276601e..65a26e05bf258 100644 --- a/sys/dev/ppbus/ppbconf.c +++ b/sys/dev/ppbus/ppbconf.c @@ -429,7 +429,7 @@ ppbus_detach(device_t dev) return (error); /* detach & delete all children */ - device_delete_all_children(dev); + device_delete_children(dev); return (0); } |
