media: tuners: Remove the unneeded result variable
authorye xingchen <ye.xingchen@zte.com.cn>
Mon, 5 Sep 2022 09:02:03 +0000 (11:02 +0200)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Sat, 24 Sep 2022 06:54:10 +0000 (08:54 +0200)
commit08b91227471f85ba241707994b9cf3c006d2620e
tree18c93e97ea21a69b067cd1e49ed5b1b5c255b79c
parentff464745e4576ed8670bc2fc8da27e022f0ea56c
media: tuners: Remove the unneeded result variable

Return the value xc_send_i2c_data() directly instead of storing it in
another redundant variable.

Signed-off-by: ye xingchen <ye.xingchen@zte.com.cn>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/media/tuners/xc4000.c