Re: [PATCH] ALSA: control: Drop redundant stream_open() return check

From: Bui Duc Phuc

Date: Thu Jul 02 2026 - 06:05:45 EST


Hi Cezary,

Thanks for the review!

>
> This is a good catch Phuc! Typically such conversions are discouraged
> as things may change in time but in stream_open() case its documentation
> clearly states: the function never fails.
>

I'm just starting to dig deeper into the ALSA core.
Luckily, the very first function I looked at already turned into a patch. :)

I had already received a similar review from Takashi and sent a v2 series.
https://lore.kernel.org/all/20260702084445.519669-1-phucduc.bui@xxxxxxxxx/

Your review and Takashi-san's pointed out the same issue.
Thanks to both of you!

Best,
Bui Duc Phuc