kernel/drivers/pci/hotplug/cpci_hotplug_pci.c
.. .. @@ -194,8 +194,7 @@ 194 194 slot->devfn, 195 195 hs_cap + 2, 196 196 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));199 198 return -ENODEV; 200 199 } 201 200 } .. .. @@ -223,8 +222,7 @@ 223 222 slot->devfn, 224 223 hs_cap + 2, 225 224 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));228 226 return -ENODEV; 229 227 } 230 228 }