On Wed, Oct 19, 2022 at 12:44:37PM +0530, Naresh Kamboju wrote:
Following build error noticed while building arm64 defconfig on stable-rc queue/5.10.
Reported-by: Linux Kernel Functional Testing lkft@linaro.org
drivers/dma/ti/k3-udma.c: In function 'udma_decrement_byte_counters': drivers/dma/ti/k3-udma.c:666:26: error: 'struct udma_chan' has no member named 'bchan'; did you mean 'tchan'? 666 | if (!uc->bchan) | ^~~~~ | tchan make[4]: *** [scripts/Makefile.build:286: drivers/dma/ti/k3-udma.o] Error 1
Thanks for the report, the offending patch is now dropped.
greg k-h