projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bfbce1
)
at76c50x-usb: use dev_name() instead of struct device.bus_id
author
Kalle Valo
<kalle.valo@iki.fi>
Fri, 27 Feb 2009 05:50:00 +0000
(07:50 +0200)
committer
John W. Linville
<linville@tuxdriver.com>
Fri, 27 Feb 2009 19:53:05 +0000
(14:53 -0500)
Stephen Rothwell reported that bus_id from struct device will be removed, use
dev_name() instead.
Signed-off-by: Kalle Valo <kalle.valo@iki.fi>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/at76c50x-usb.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/wireless/at76c50x-usb.c
b/drivers/net/wireless/at76c50x-usb.c
index cc2a2674ba7dbd992056ceecf3765150f5f6fe1b..0c02f1c2bd94ae5d84f007521a16a9f1d1e60f8f 100644
(file)
--- a/
drivers/net/wireless/at76c50x-usb.c
+++ b/
drivers/net/wireless/at76c50x-usb.c
@@
-2268,7
+2268,7
@@
static int at76_init_new_device(struct at76_priv *priv,
printk(KERN_INFO "%s: USB %s, MAC %s, firmware %d.%d.%d-%d\n",
wiphy_name(priv->hw->wiphy),
-
interface->dev.bus_id
, mac2str(priv->mac_addr),
+
dev_name(&interface->dev)
, mac2str(priv->mac_addr),
priv->fw_version.major, priv->fw_version.minor,
priv->fw_version.patch, priv->fw_version.build);
printk(KERN_INFO "%s: regulatory domain 0x%02x: %s\n",