]> Gentwo Git Trees - linux/.git/commit
soc: qcom: mdt_loader: rename 'firmware' parameter of qcom_mdt_load()
authorGabor Juhos <j4g8y7@gmail.com>
Tue, 11 Nov 2025 07:40:11 +0000 (08:40 +0100)
committerBjorn Andersson <andersson@kernel.org>
Tue, 11 Nov 2025 15:48:57 +0000 (09:48 -0600)
commit186b8f8fcc86949eaf0c3bd11a47048ec4c78b5b
tree13608f9835016587fd3f59007177a5305a6ed2db
parent0cda8823b176a5303a2c4bc2366908e3049c416e
soc: qcom: mdt_loader: rename 'firmware' parameter of qcom_mdt_load()

In the 'mdt_loader.h' header, both the prototype and the inline
version of the qcom_mdt_load() function uses 'fw_name' as name for
the firmware name parameter. Additionally, the other qcom_mdt_*
functions are using that as well.

For consistency, rename the 'firmware' parameter in the implementation
of the qcom_mdt_load() to 'fw_name' and update the function accordingly.

No functional changes.

Signed-off-by: Gabor Juhos <j4g8y7@gmail.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20251111-mdt-loader-cleanup-v1-2-71afee094dce@gmail.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/soc/qcom/mdt_loader.c