]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[media] rainshadow-cec: Fix missing spin_lock_init()
authorWei Yongjun <weiyongjun1@huawei.com>
Tue, 25 Apr 2017 03:12:46 +0000 (00:12 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 6 Jun 2017 10:10:01 +0000 (07:10 -0300)
commite0f2e5eb14668dc798942ff5f4241d9bd17f9655
treec6c273b4ce2817466f23964e33d31ecd13a52015
parent4b0755e90ae03ba40174842af6fa810355960fbc
[media] rainshadow-cec: Fix missing spin_lock_init()

The driver allocates the spinlock but not initialize it.
Use spin_lock_init() on it to initialize it correctly.

This is detected by Coccinelle semantic patch.

Fixes: 0f314f6c2e77 ("[media] rainshadow-cec: new RainShadow Tech HDMI
CEC driver")

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/usb/rainshadow-cec/rainshadow-cec.c