diff options
Diffstat (limited to 'drivers/firewire/fw-device.c')
-rw-r--r-- | drivers/firewire/fw-device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firewire/fw-device.c b/drivers/firewire/fw-device.c index 85b6f2cfa414..db7556c48760 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, | |||
152 | } | 152 | } |
153 | 153 | ||
154 | struct bus_type fw_bus_type = { | 154 | struct bus_type fw_bus_type = { |
155 | .name = "fw", | 155 | .name = "firewire", |
156 | .match = fw_unit_match, | 156 | .match = fw_unit_match, |
157 | .uevent = fw_unit_uevent, | 157 | .uevent = fw_unit_uevent, |
158 | }; | 158 | }; |