linux-at91 icon indicating copy to clipboard operation
linux-at91 copied to clipboard

at_hdmac: Always use atdma_sg->len for desc->sg[i].len

Open H-Nestler opened this issue 2 years ago • 0 comments

Sometime was used "atdma_sg->len", other cases was used "desc->sg[i].len". Use same coding style for all settings of descriptor length.

H-Nestler avatar Aug 10 '23 13:08 H-Nestler