|
@@ -4352,11 +4352,10 @@ mptsas_hotplug_work(MPT_ADAPTER *ioc, struct fw_event_work *fw_event,
|
|
|
return;
|
|
|
|
|
|
phy_info = mptsas_refreshing_device_handles(ioc, &sas_device);
|
|
|
- /* Only For SATA Device ADD */
|
|
|
- if (!phy_info && (sas_device.device_info &
|
|
|
- MPI_SAS_DEVICE_INFO_SATA_DEVICE)) {
|
|
|
+ /* Device hot plug */
|
|
|
+ if (!phy_info) {
|
|
|
devtprintk(ioc, printk(MYIOC_s_DEBUG_FMT
|
|
|
- "%s %d SATA HOT PLUG: "
|
|
|
+ "%s %d HOT PLUG: "
|
|
|
"parent handle of device %x\n", ioc->name,
|
|
|
__func__, __LINE__, sas_device.handle_parent));
|
|
|
port_info = mptsas_find_portinfo_by_handle(ioc,
|