On Tue, Jan 14, 2025 at 06:28:15PM +0800, Xu Yang wrote: > The synopsys covertiy tool complains "Using uninitialized value > bounced_size." at some condition. > > sg_dma_len(sg) = min(sg_dma_len(sg), bounced_size); > ^~~~~~~~~~~~ > Although it can't happen, try remove the warning by initializing it. No, we don't work around broken tools, fix the tool, don't abuse our code for that, sorry. greg k-h