Title: [6156] trunk/drivers/input/touchscreen/ad7879.c: Fix typo ad7979->ad7879
Revision
6156
Author
hennerich
Date
2009-03-05 09:37:24 -0600 (Thu, 05 Mar 2009)

Log Message

Fix typo ad7979->ad7879

Modified Paths


Diff

Modified: trunk/drivers/input/touchscreen/ad7879.c (6155 => 6156)


--- trunk/drivers/input/touchscreen/ad7879.c	2009-03-04 18:12:57 UTC (rev 6155)
+++ trunk/drivers/input/touchscreen/ad7879.c	2009-03-05 15:37:24 UTC (rev 6156)
@@ -761,11 +761,11 @@
 	kfree(ts);
 	return 0;
 }
-static const struct i2c_device_id ad7979_id[] = {
+static const struct i2c_device_id ad7879_id[] = {
 	{ "ad7879", 0 },
 	{ }
 };
-MODULE_DEVICE_TABLE(i2c, ad7979_id);
+MODULE_DEVICE_TABLE(i2c, ad7879_id);
 
 static struct i2c_driver ad7879_driver = {
 	.driver = {
@@ -776,7 +776,7 @@
 	.remove		= __devexit_p(ad7879_remove),
 	.suspend	= ad7879_suspend,
 	.resume		= ad7879_resume,
-	.id_table 	= ad7979_id,
+	.id_table 	= ad7879_id,
 };
 
 static int __init ad7879_init(void)
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to