MLK-24795-2: mic: vop: fix a written error in MODULE_DEVICE_TABLE

For vop bus, the first parameter should be vop in MODULE_DEVICE_TABLE.

Signed-off-by: Sherry Sun <sherry.sun@nxp.com>
Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Reviewed-by: Fugang Duan <fugang.duan@nxp.com>
This commit is contained in:
Sherry Sun 2020-09-11 14:37:48 +08:00
parent 04cdbc7152
commit 0b77905613
1 changed files with 1 additions and 1 deletions

View File

@ -799,7 +799,7 @@ static struct vop_driver vop_driver = {
module_vop_driver(vop_driver);
MODULE_DEVICE_TABLE(mbus, id_table);
MODULE_DEVICE_TABLE(vop, id_table);
MODULE_AUTHOR("Intel Corporation");
MODULE_DESCRIPTION("Intel(R) Virtio Over PCIe (VOP) driver");
MODULE_LICENSE("GPL v2");