]> Git Repo - linux.git/blobdiff - drivers/pci/controller/pci-hyperv.c
fs/binfmt_elf: use PT_LOAD p_align values for static PIE
[linux.git] / drivers / pci / controller / pci-hyperv.c
index 67c46e52c0dc3812f4d7e65b14d661b62d824eef..6733cb14e77534ef195474f3a6a8d61bd33794cc 100644 (file)
@@ -3126,14 +3126,14 @@ static int hv_pci_probe(struct hv_device *hdev,
 
        if (dom == HVPCI_DOM_INVALID) {
                dev_err(&hdev->device,
-                       "Unable to use dom# 0x%hx or other numbers", dom_req);
+                       "Unable to use dom# 0x%x or other numbers", dom_req);
                ret = -EINVAL;
                goto free_bus;
        }
 
        if (dom != dom_req)
                dev_info(&hdev->device,
-                        "PCI dom# 0x%hx has collision, using 0x%hx",
+                        "PCI dom# 0x%x has collision, using 0x%x",
                         dom_req, dom);
 
        hbus->bridge->domain_nr = dom;
This page took 0.03281 seconds and 4 git commands to generate.