commit | d93ae190e2c95276caceb3642e6d541d93bba705 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@armlinux.org.uk> | Thu Nov 17 23:38:29 2016 +0000 |
committer | Russell King <rmk+kernel@armlinux.org.uk> | Tue Apr 03 12:21:54 2018 +0100 |
tree | 2fa8901191691c532f63d4030f84818edcce5a2f | |
parent | 0adb32858b0bddf4ada5f364a84ed60b196dbcda [diff] |
drm/i2c: tda998x: move mutex/waitqueue/timer/work init early Move the mutex, waitqueue, timer and detect work initialisation early in the driver's initialisation, rather than being after we've registered the CEC device. Acked-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>