ASoC: drop bogus container_of() error handling
authorMark Brown <broonie@kernel.org>
Mon, 22 Dec 2025 22:13:03 +0000 (22:13 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 22 Dec 2025 22:13:03 +0000 (22:13 +0000)
commit3572ad82201baeed840f1959787e0e1281e7f937
tree1e542363d4a376fec39300fa656e99e86eeff556
parent6c11aa2b4cf767f5ccfe290b2572d53102dbe5ea
parent870b10f61d527fec594e0888f18cc4f32c47433d
ASoC: drop bogus container_of() error handling

Merge series from Johan Hovold <johan@kernel.org>:

The dev_to_sdw_dev() helper uses container_of() to return the containing
soundwire device structure of its pointer argument and will never
return NULL.
sound/soc/codecs/pm4125.c