Skip to content
Unverified Commit 240fdf3f authored by Aakash Hemadri's avatar Aakash Hemadri Committed by Mark Brown
Browse files

ASoC: tegra30: i2s: Fix incorrect usage of of_device_get_match_data



const struct of_device_id incorrectly assigned "match->data" using
    of_device_get_match_data()

Instead assign `const struct tegra30_i2s_soc_data *soc_data` with
const void *of_device_get_match_data(...)

Fixes: 356b94a3 ("ASoC: tegra30: i2s: Use of_device_get_match_data")

Signed-off-by: default avatarAakash Hemadri <aakashhemadri123@gmail.com>
Link: https://lore.kernel.org/r/4805c7fcd35c8deada63d41cb34d40de80f85a13.1629148177.git.aakashhemadri123@gmail.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent ea2efede
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment