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>

authored by Mark Brown and committed by Dmitry Torokhov ef9db492 6b32ca39

+1 -1
+1 -1
drivers/input/touchscreen/wm97xx-core.c
··· 802 802 EXPORT_SYMBOL_GPL(wm97xx_unregister_mach_ops); 803 803 804 804 static struct device_driver wm97xx_driver = { 805 - .name = "ac97", 805 + .name = "wm97xx-ts", 806 806 .bus = &ac97_bus_type, 807 807 .owner = THIS_MODULE, 808 808 .probe = wm97xx_probe,