AsahiLinux / linux

Linux kernel source tree
Other
2.17k stars 84 forks source link

fixup! ASoC: card: Let 'fixup_controls' return errors #225

Closed john-cabaj closed 7 months ago

john-cabaj commented 8 months ago

fixup_controls() was modified in 25fb334 to return error code. One reference in the MediaTek MT8188 still returned void.

This is normally avoided because configs happen to not include CONFIG_MTK_IOMMU, but would be good to clean-up.

marcan commented 7 months ago

Manually cherry-picked, thanks!