On 1/9/19 2:44 PM, Mark Brown wrote:
On Tue, Dec 11, 2018 at 03:23:11PM -0600, Pierre-Louis Bossart wrote:
+ /* make sure count is <= avail */
+ count = avail > count ? count : avail;
min()?
I tried to use min() but then Sparse started complaining so went back to
an explicit test+assign.
I don't have a strong opinion on this, but we've found so many
improvements with the tools that I tend to favor warning-free code.
_______________________________________________
Alsa-devel mailing list
Alsa-devel@xxxxxxxxxxxxxxxx
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel