commit | f0fda801daaa95ad5ccf59e92e0688c34b37c627 | [log] [tgz] |
---|---|---|
author | bjorn.helgaas@hp.com <bjorn.helgaas@hp.com> | Mon Dec 17 14:09:39 2007 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Feb 01 15:04:26 2008 -0800 |
tree | df6fe1f83eb40d18c5bbad9edae854fa2f9dd9d3 | |
parent | 9f23ed3b947746a7a270e955e7d2a8f9df347ce3 [diff] |
PCI: use dev_printk in quirk messages Convert quirk printks to dev_printk(). I made the MSI disable messages a little more consistent: - always use "disabled", not "deactivated" - specify "device MSI disabled" or "subordinate MSI disabled" when disabling MSI for only a specific device or subordinate bus Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>