A null pointer vulnerability has been resolved in the Linux kernel's ASoC tlv320adcx140 driver. The `snd_soc_component` in `adcx140_priv` was only used once but never set, leading to a potential null pointer dereference. The fix addresses this by removing the unnecessary use of the potentially null pointer.
In the Linux kernel, the following vulnerability has been resolved:
ASoC: tlv320adcx140: fix null pointer
The "snd_soc_component" in "adcx140_priv" was only used once but never set. It was only used for reaching "dev" which is already present in "adcx140_priv".