This patch replaces printks within pciehp module with dev_printks. In case of pciehp, "hpdriver" is displayed via dev_printk output in current implementation, because the device's driver name of pcie_device in controller structure (ctrl->pcie->device->driver->name) is set to "hpdriver". I think this is a little unkind. By applying my former posted patch (PATCH 1/2), "hpdriver" is replaced with "pciehp". Don't you think "pciehp" is more appropriate rather than "hpdriver"? * [PATCH,RESEND 1/2] pciehp: change name tag of "hpdriver_portdrv" variable * [PATCH 2/2] pciehp: replace printk with dev_printk Best regards, Taku Izumi <izumi.taku@xxxxxxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html