Done
Details
Details
Assignee
Piotr Szczepanik
Piotr SzczepanikReporter
Tony McKahan
Tony McKahanSOC
Rockchip RK3328
Components
Fix versions
Priority
Parent
Created December 16, 2020 at 5:48 AM
Updated August 30, 2022 at 3:45 PM
Resolved May 3, 2022 at 5:36 AM
c0rnelius on IRC brought up a compile-time issue on RK3328:
drivers/devfreq/rk3328_dmc.c: In function ‘rk3328_dmcfreq_probe’:
drivers/devfreq/rk3328_dmc.c:751:15: error: too few arguments to function ‘devfreq_event_get_edev_by_phandle’
data->edev = devfreq_event_get_edev_by_phandle(dev, 0);
I found this commit adding a phandle to the prototype of the function: https://github.com/torvalds/linux/commit/02bdbf7d09c059b16047e3d4a05e6d584dd993b6
I only added Piotr since he might be more familiar with the code.