media: adv7604.c: add missing return
authorHans Verkuil <hverkuil@xs4all.nl>
Sun, 3 Dec 2017 15:03:11 +0000 (10:03 -0500)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 8 Dec 2017 15:39:17 +0000 (10:39 -0500)
commit979d33d3a7ea6ae76e6fecd457fd6be8c57052c7
treed8b10724af70ce1beed9ac96176e328c402cc09d
parent678856299c0db53c47bfcbedda7921d878a78be5
media: adv7604.c: add missing return

A 'return' was missing when detecting Arbitration Lost and
calling transmit_done. With the return transmit_done could be
called a second time, confusing the CEC framework. Luckily
the Arbitration Lost condition is very rare.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/i2c/adv7604.c