On Thu, 2022-05-05 at 17:04 +0200, AngeloGioacchino Del Regno wrote: > 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@xxxxxxxxxxxx> > > Hello Rex, > this commit needs a Fixes: tag. > > Cheers, > Angelo > Hello Angelo, Thanks for the reminder. I will add "Fixes: 501c574f4e3a ("cpufreq: mediatek: Add support of cpufreq to MT2701/MT7623 SoC")" BRs, Rex