it87: Add missing chip name

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
This commit is contained in:
Guenter Roeck
2012-03-02 13:01:54 -08:00
parent 075d5f91c5
commit 47be61ff5b

1
it87.c
View File

@@ -1894,6 +1894,7 @@ static int __devinit it87_probe(struct platform_device *pdev)
"it8720", "it8720",
"it8721", "it8721",
"it8728", "it8728",
"it8783",
}; };
res = platform_get_resource(pdev, IORESOURCE_IO, 0); res = platform_get_resource(pdev, IORESOURCE_IO, 0);