mirror of
https://github.com/armbian/linux.git
synced 2026-01-06 10:13:00 -08:00
When CONFIG_NEED_SG_DMA_LENGTH is enabled, sg_dma_len is defined as follow : "#define sg_dma_len(sg) ((sg)->dma_length)" But, dma_length is not used by the framework indeed. Change-Id: Ibfd3223b38b96701f839cdc91207a49f20789fec Signed-off-by: chenzhen <chenzhen@rock-chips.com>