]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit621511a9b722185b4bdb457381279c36e3579e16
treee995fdb99868b96e6c51c100fe9270a79323fd83
parent734ae7503b49838d02dd289b3a0cd8498569ffb7
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