On Fri, 29 Mar 2024, Li Ma wrote: > From: Basavaraj Natikar <[email protected]> > > [Backport]: to fix amd_sfh init fail issue in ASDN > > Current amd_sfh driver has float_to_int() to convert units from > float to int. This is fine until this function gets called outside of > the current scope of file. > > Add a prefix "amd_sfh" to float_to_int() so that function represents > the driver name. This function will be called by multiple callers in the > next patch. > > Link: > https://lore.kernel.org/all/[email protected]/ > Reviewed-by: Ilpo Järvinen <[email protected]> > Co-developed-by: Shyam Sundar S K <[email protected]> > Signed-off-by: Shyam Sundar S K <[email protected]> > Signed-off-by: Basavaraj Natikar <[email protected]> > Signed-off-by: Jiri Kosina <[email protected]> > (cherry picked from commit 4e71d262899d7bab1f0c65936a2e639afeb83e4d)
What am I supposed to do with this? All of this code has already been upstreamed. -- Jiri Kosina SUSE Labs
