driver core: fix a lot of printk usages of bus_id
authorGreg Kroah-Hartman <gregkh@suse.de>
Fri, 2 May 2008 04:02:41 +0000 (06:02 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 22 Jul 2008 04:54:53 +0000 (21:54 -0700)
commitfc3a8828b139c24aade3f9d608775e36c248f8f5
treee995fdb99868b96e6c51c100fe9270a79323fd83
parentb98cb4b7fe0e83238501b48489e46b3e0dce9aaf
driver core: fix a lot of printk usages of bus_id

We have the dev_printk() variants for this kind of thing, use them
instead of directly trying to access the bus_id field of struct device.

This is done in order to remove bus_id entirely.

Cc: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
14 files changed:
arch/arm/common/dmabounce.c
arch/arm/common/sa1111.c
arch/arm/kernel/ecard.c
arch/arm/mach-integrator/impd1.c
arch/powerpc/platforms/chrp/pci.c
arch/x86/kernel/pci-dma.c
arch/x86/kernel/pci-gart_64.c
drivers/acpi/fan.c
drivers/acpi/glue.c
drivers/acpi/processor_core.c
drivers/acpi/scan.c
drivers/acpi/thermal.c
drivers/acpi/video.c
drivers/base/power/trace.c