[PATCH v6 02/10] cpufreq: mediatek: Add platform_device_unregister when driver exit

AngeloGioacchino Del Regno angelogioacchino.delregno at collabora.com
Thu May 5 08:04:14 PDT 2022


Il 05/05/22 13:52, Rex-BC Chen ha scritto:
> We register the platform device when driver inits. However, we do not
> unregister it when driver exits.
> To resolve this, we declare the platform data to be a global static
> variable and rename it to be "cpufreq_pdev".
> With this global variable, we can do platform_device_unregister() when
> driver exits.
> 
> Signed-off-by: Rex-BC Chen <rex-bc.chen at mediatek.com>

Hello Rex,
this commit needs a Fixes: tag.

Cheers,
Angelo




More information about the linux-arm-kernel mailing list