summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuinn Jensen <quinn.jensen@freescale.com>2007-10-24 21:24:18 -0600
committerQuinn Jensen <quinn.jensen@freescale.com>2007-10-24 21:24:18 -0600
commit0cf639b866c7a6767365d261736fdf50dadef2b7 (patch)
tree63a594ecbcfb3b33d63506d701e68ef0c0fc0579
parent141a0901141284a318b59bb6103c6b885017dcf3 (diff)
USB: Part of the descriptive registration message series.
Bugzilla 748, 749. Part of the descriptive registration message series. Display transceiver info at registration time. Applies to linux 2.6.22 kernel for MX platforms. http://www.bitshrine.org/gpp/linux-2.6.22-mx-USB-Part-of-the-descriptive-registration-m.patch
-rw-r--r--arch/arm/plat-mxc/usb_common.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/plat-mxc/usb_common.c b/arch/arm/plat-mxc/usb_common.c
index 5d5dda5948b2..73781aa705fa 100644
--- a/arch/arm/plat-mxc/usb_common.c
+++ b/arch/arm/plat-mxc/usb_common.c
@@ -178,7 +178,8 @@ struct platform_device *host_pdev_register(struct resource *res, int n_res, stru
return NULL;
}
- printk(KERN_INFO "usb: %s registered\n", config->name);
+ printk(KERN_INFO "usb: %s host (%s) registered\n", config->name,
+ config->transceiver);
pr_debug("pdev=0x%p dev=0x%p resources=0x%p pdata=0x%p\n",
pdev, &pdev->dev, pdev->resource, pdev->dev.platform_data);