drm/linux: Fix complete() and complete_all()
authorFrançois Tigeot <ftigeot@wolfpond.org>
Sun, 26 Jul 2020 08:35:50 +0000 (10:35 +0200)
committerFrançois Tigeot <ftigeot@wolfpond.org>
Sun, 26 Jul 2020 08:35:50 +0000 (10:35 +0200)
commit647fa573e82854134df56ed437868bbcb98ecc9e
treecfbb44a13fe1bcb61b9149df7cee458b17826cfa
parent290569ac297b99c441755930c29a9a24cb5fc7d0
drm/linux: Fix complete() and complete_all()

Completion counters are supposed to be bounded by UINT_MAX.
sys/dev/drm/include/linux/completion.h
sys/dev/drm/include/linux/kernel.h