CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/10/01 03:35:30
Modified files:
sys/dev/pci/drm/include/linux: dma-fence-chain.h
Log message:
avoid uninitialised var use in drm_syncobj.c
We don't walk the chain in dma_fence_chain_for_each() but can provide
the first fence.
