commit | af01492755b82ccaf0d15014477b34ba3ea643fc | [log] [tgz] |
---|---|---|
author | Igor Mammedov <imammedo@redhat.com> | Fri Sep 26 09:28:36 2014 +0000 |
committer | Andreas Färber <afaerber@suse.de> | Wed Oct 15 05:03:14 2014 +0200 |
tree | 71ac53cf9b2db8e323971c7e6a5619c86b4d0d7d | |
parent | e9fd12aa0dd734f1e3725d93a0afa8721fab3bd2 [diff] |
usb-bot: Drop not needed "allow_hotplug = 0" Drop useless hack that disables hotplug on bus by setting "allow_hotplug = 0". Even if bus is hotpluggable, It won't be possible to add another SCSI device to bus since its realization will fail early with error "no free target" in scsi_qdev_realize() method. Signed-off-by: Igor Mammedov <imammedo@redhat.com> Signed-off-by: Andreas Färber <afaerber@suse.de>