linux-at91
linux-at91 copied to clipboard
at_hdmac: Always use atdma_sg->len for desc->sg[i].len
Sometime was used "atdma_sg->len", other cases was used "desc->sg[i].len". Use same coding style for all settings of descriptor length.