X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=net%2Fbluetooth%2Fhci_sysfs.c;h=ed82796d4a0fe353a2ac8722221c479957c56907;hb=90f959bcb386da2c71613dcefc6a285e054a539e;hp=1a1f916be44e258a853fcbf4d60483199c976c32;hpb=22d55328b7d27694718f5d64a53d2bddbbe173a5;p=linux-2.6-omap-h63xx.git diff --git a/net/bluetooth/hci_sysfs.c b/net/bluetooth/hci_sysfs.c index 1a1f916be44..ed82796d4a0 100644 --- a/net/bluetooth/hci_sysfs.c +++ b/net/bluetooth/hci_sysfs.c @@ -140,7 +140,7 @@ static void del_conn(struct work_struct *work) dev = device_find_child(&conn->dev, NULL, __match_tty); if (!dev) break; - device_move(dev, NULL); + device_move(dev, NULL, DPM_ORDER_DEV_LAST); put_device(dev); }