]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/input/touchscreen/wm97xx-core.c
Input: wm97xx-core - fix driver name
[mirror_ubuntu-artful-kernel.git] / drivers / input / touchscreen / wm97xx-core.c
index ba6fb28ef58435ab8dfb51ff9599626190d9a231..8a00918cfa460860b4e92699277fe055e29a6223 100644 (file)
@@ -802,7 +802,7 @@ void wm97xx_unregister_mach_ops(struct wm97xx *wm)
 EXPORT_SYMBOL_GPL(wm97xx_unregister_mach_ops);
 
 static struct device_driver wm97xx_driver = {
-       .name =         "ac97",
+       .name =         "wm97xx-ts",
        .bus =          &ac97_bus_type,
        .owner =        THIS_MODULE,
        .probe =        wm97xx_probe,