aboutsummaryrefslogtreecommitdiff
path: root/drivers/firewire/fw-device.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/firewire/fw-device.c')
-rw-r--r--drivers/firewire/fw-device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firewire/fw-device.c b/drivers/firewire/fw-device.c
index 85b6f2cfa41..db7556c4876 100644
--- a/drivers/firewire/fw-device.c
+++ b/drivers/firewire/fw-device.c
@@ -152,7 +152,7 @@ fw_unit_uevent(struct device *dev, char **envp, int num_envp,
}
struct bus_type fw_bus_type = {
- .name = "fw",
+ .name = "firewire",
.match = fw_unit_match,
.uevent = fw_unit_uevent,
};