On 2/17/23 11:44, Adrien Thierry wrote:
During ufs initialization, devfreq initialization is asynchronous: ufshcd_async_scan() calls ufshcd_add_lus(), which in turn initializes devfreq for ufs. The simple ondemand governor is then loaded. If it is built as a module, request_module() is called and throws a warning:
Reviewed-by: Bart Van Assche <bvanassche@xxxxxxx>