diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2011-10-11 13:40:58 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2011-10-14 13:10:42 -0400 |
commit | 802872e7d7470f6cd20fa5c5f7e1e5fdba707fa8 (patch) | |
tree | 94fcaba4fd9e66f729cc4becab2019abdf8104d7 /drivers/ata | |
parent | 73222c2ddf5e2da2223d0b7329bad85c7e6ae1f8 (diff) |
pata_ali: fix "Satelite" typo
Cosmetic fix but thanks to it pata_ali's DMI table now matches
alim15x3's one.
Acked-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/ata')
-rw-r--r-- | drivers/ata/pata_ali.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_ali.c b/drivers/ata/pata_ali.c index cadd67998bac..61da0694aecd 100644 --- a/drivers/ata/pata_ali.c +++ b/drivers/ata/pata_ali.c | |||
@@ -56,7 +56,7 @@ static const struct dmi_system_id cable_dmi_table[] = { | |||
56 | }, | 56 | }, |
57 | }, | 57 | }, |
58 | { | 58 | { |
59 | .ident = "Toshiba Satelite S1800-814", | 59 | .ident = "Toshiba Satellite S1800-814", |
60 | .matches = { | 60 | .matches = { |
61 | DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), | 61 | DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), |
62 | DMI_MATCH(DMI_PRODUCT_NAME, "S1800-814"), | 62 | DMI_MATCH(DMI_PRODUCT_NAME, "S1800-814"), |