From f4c8ebd09d40157c7f4acc88e0ecbd7c098c9f99 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Mon, 26 Jan 2009 09:12:12 -0800 Subject: [PATCH] --- yaml --- r: 133435 b: refs/heads/master c: 54ca5412b5576fdb0a4ea4fedf6565bd6f34150c h: refs/heads/master i: 133433: 9eda33d3f5767a8873e709fd30530342253a4cc4 133431: 1fbd3a427ce005458bcbdbbbc5914a5a57ed9592 v: v3 --- [refs] | 2 +- trunk/arch/powerpc/platforms/ps3/system-bus.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index ac83af367c59..aafa2ffb8aff 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5df5852446196c9713e897ab5f9b8a168d971a00 +refs/heads/master: 54ca5412b5576fdb0a4ea4fedf6565bd6f34150c diff --git a/trunk/arch/powerpc/platforms/ps3/system-bus.c b/trunk/arch/powerpc/platforms/ps3/system-bus.c index 58311a867851..a705fffbb498 100644 --- a/trunk/arch/powerpc/platforms/ps3/system-bus.c +++ b/trunk/arch/powerpc/platforms/ps3/system-bus.c @@ -376,7 +376,7 @@ static int ps3_system_bus_probe(struct device *_dev) struct ps3_system_bus_driver *drv; BUG_ON(!dev); - pr_debug(" -> %s:%d: %s\n", __func__, __LINE__, _dev->bus_id); + dev_dbg(_dev, "%s:%d\n", __func__, __LINE__); drv = ps3_system_bus_dev_to_system_bus_drv(dev); BUG_ON(!drv); @@ -398,7 +398,7 @@ static int ps3_system_bus_remove(struct device *_dev) struct ps3_system_bus_driver *drv; BUG_ON(!dev); - pr_debug(" -> %s:%d: %s\n", __func__, __LINE__, _dev->bus_id); + dev_dbg(_dev, "%s:%d\n", __func__, __LINE__); drv = ps3_system_bus_dev_to_system_bus_drv(dev); BUG_ON(!drv);