RE: [PATCH v1 1/2] extcon: add Realtek DHC RTD SoC Type-C driver

From: Stanley Chang[昌育德]
Date: Thu Aug 24 2023 - 02:15:35 EST


Hi Krzysztof,

>
>
> > +static struct platform_driver extcon_rtk_type_c_driver = {
> > + .probe = extcon_rtk_type_c_probe,
> > + .remove_new = extcon_rtk_type_c_remove,
> > + .driver = {
> > + .name = "extcon-rtk-type_c",
> > + .of_match_table = extcon_rtk_type_c_match,
> > + .pm = DEV_PM_OPS,
> > + },
> > +};
> > +
> > +module_platform_driver(extcon_rtk_type_c_driver);
> > +
> > +MODULE_DESCRIPTION("Realtek Extcon Type C driver");
> > +MODULE_ALIAS("platform:extcon-rtk-type-c");
>
> Drop alias. You have something really missing here if you need it.

Okay. I will remove.

> > +MODULE_AUTHOR("Stanley Chang <stanley_chang@xxxxxxxxxxx>");
> > +MODULE_LICENSE("GPL");
>
Thanks,
Stanley