* [PATCH] at76c50x-usb: use dev_name() instead of struct device.bus_id
[not found] <20090227134411.54e99731.sfr@canb.auug.org.au>
@ 2009-02-27 5:50 ` Kalle Valo
0 siblings, 0 replies; only message in thread
From: Kalle Valo @ 2009-02-27 5:50 UTC (permalink / raw)
To: linville; +Cc: linux-next, Kay Sievers, Greg KH, linux-wireless
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>
---
drivers/net/wireless/at76c50x-usb.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/net/wireless/at76c50x-usb.c b/drivers/net/wireless/at76c50x-usb.c
index cc2a267..0c02f1c 100644
--- 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",
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-02-27 5:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20090227134411.54e99731.sfr@canb.auug.org.au>
2009-02-27 5:50 ` [PATCH] at76c50x-usb: use dev_name() instead of struct device.bus_id Kalle Valo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).