firewire: Spell out fw as firewire in sysfs.
Signed-off-by: Kristian Høgsberg <krh@redhat.com> Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
This commit is contained in:
parent
374a003928
commit
362c2c8ca4
|
@ -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,
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue