Skip to content

Commit 2b519a5

Browse files
RadxaYuntianscpcom
authored andcommitted
extcon: Fix incorrect MODULE_DEVICE_TABLE
Signed-off-by: ZHANG Yuntian <yt@radxa.com>
1 parent ec459a4 commit 2b519a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/extcon/extcon-pd-virtual.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ static const struct of_device_id vpd_extcon_dt_match[] = {
399399
{ .compatible = "linux,extcon-pd-virtual", },
400400
{ /* sentinel */ }
401401
};
402-
MODULE_DEVICE_TABLE(of, usb_extcon_dt_match);
402+
MODULE_DEVICE_TABLE(of, vpd_extcon_dt_match);
403403

404404
static struct platform_driver vpd_extcon_driver = {
405405
.probe = vpd_extcon_probe,

0 commit comments

Comments
 (0)