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:
Kristian Høgsberg 2007-02-06 14:49:37 -05:00 committed by Stefan Richter
parent 374a003928
commit 362c2c8ca4
1 changed files with 1 additions and 1 deletions

View File

@ -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,
};