diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-05-27 01:37:08 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2008-05-27 01:37:08 -0400 |
commit | ef9db4929a4d9559abf1812fd89cc3b09c56b49b (patch) | |
tree | b236be061e17c7525bff7bcbbba918604d47e1b1 /drivers/input/touchscreen | |
parent | 6b32ca39d70f5d92f4d450dc54966f20e8b5c1f6 (diff) |
Input: wm97xx-core - fix driver name
Fix driver name - thanks to Guennadi Liakhovetski <g.liakhovetski@gmx.de> for
reporting this.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/touchscreen')
-rw-r--r-- | drivers/input/touchscreen/wm97xx-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/wm97xx-core.c b/drivers/input/touchscreen/wm97xx-core.c index ba6fb28ef584..8a00918cfa46 100644 --- a/drivers/input/touchscreen/wm97xx-core.c +++ b/drivers/input/touchscreen/wm97xx-core.c | |||
@@ -802,7 +802,7 @@ void wm97xx_unregister_mach_ops(struct wm97xx *wm) | |||
802 | EXPORT_SYMBOL_GPL(wm97xx_unregister_mach_ops); | 802 | EXPORT_SYMBOL_GPL(wm97xx_unregister_mach_ops); |
803 | 803 | ||
804 | static struct device_driver wm97xx_driver = { | 804 | static struct device_driver wm97xx_driver = { |
805 | .name = "ac97", | 805 | .name = "wm97xx-ts", |
806 | .bus = &ac97_bus_type, | 806 | .bus = &ac97_bus_type, |
807 | .owner = THIS_MODULE, | 807 | .owner = THIS_MODULE, |
808 | .probe = wm97xx_probe, | 808 | .probe = wm97xx_probe, |