]> www.infradead.org Git - users/dwmw2/linux.git/commit
ASoC: rx651: Use card->dev in replace of the &pdev->dev argument in the dev_err function
authorLiu Jing <liujing@cmss.chinamobile.com>
Tue, 15 Oct 2024 07:49:38 +0000 (15:49 +0800)
committerMark Brown <broonie@kernel.org>
Fri, 18 Oct 2024 17:44:26 +0000 (18:44 +0100)
commit4d003b81f46737620c7f9194d305617dfdfce8fb
tree831dc518090fc6176d70f509155bb253ba4e7a40
parent9cb86a9cf12504c8dd60b40a6a200856852c1813
ASoC: rx651: Use card->dev in replace of the &pdev->dev argument in the dev_err function

Because card->dev = &pdev->dev is already defined in the rx51_soc_probe
function, and then &pdev->dev is still used.

Signed-off-by: Liu Jing <liujing@cmss.chinamobile.com>
Link: https://patch.msgid.link/20241015074938.6247-1-liujing@cmss.chinamobile.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/ti/rx51.c