mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
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>
This commit is contained in:
parent
6b32ca39d7
commit
ef9db4929a
@ -802,7 +802,7 @@ void wm97xx_unregister_mach_ops(struct wm97xx *wm)
|
|||||||
EXPORT_SYMBOL_GPL(wm97xx_unregister_mach_ops);
|
EXPORT_SYMBOL_GPL(wm97xx_unregister_mach_ops);
|
||||||
|
|
||||||
static struct device_driver wm97xx_driver = {
|
static struct device_driver wm97xx_driver = {
|
||||||
.name = "ac97",
|
.name = "wm97xx-ts",
|
||||||
.bus = &ac97_bus_type,
|
.bus = &ac97_bus_type,
|
||||||
.owner = THIS_MODULE,
|
.owner = THIS_MODULE,
|
||||||
.probe = wm97xx_probe,
|
.probe = wm97xx_probe,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user