forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/drivers/pci/hotplug/cpci_hotplug_pci.c
....@@ -194,8 +194,7 @@
194194 slot->devfn,
195195 hs_cap + 2,
196196 hs_csr)) {
197
- err("Could not set LOO for slot %s",
198
- hotplug_slot_name(slot->hotplug_slot));
197
+ err("Could not set LOO for slot %s", slot_name(slot));
199198 return -ENODEV;
200199 }
201200 }
....@@ -223,8 +222,7 @@
223222 slot->devfn,
224223 hs_cap + 2,
225224 hs_csr)) {
226
- err("Could not clear LOO for slot %s",
227
- hotplug_slot_name(slot->hotplug_slot));
225
+ err("Could not clear LOO for slot %s", slot_name(slot));
228226 return -ENODEV;
229227 }
230228 }