[media] si2157: Use name si2157_ops instead of si2157_tuner_ops
commit6cc8a35dcf6bceb4c6db38ae7862d826b3afb6a2
authorOlli Salonen <olli.salonen@iki.fi>
Fri, 18 Jul 2014 05:41:12 +0000 (18 02:41 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Tue, 22 Jul 2014 00:27:35 +0000 (21 21:27 -0300)
treef91143dd5c33e76f38cecc30ae71a21f21a6dedd
parent635a90cf9385721dcb9c7f5c59a2873ef0279c8b
[media] si2157: Use name si2157_ops instead of si2157_tuner_ops

The struct prototype is defined at the beginning of the code as
"si2157_ops" but the real struct is called "si2157_tuner_ops".

This is causing the name to be empty on this info msg: si2157 16-0060:
si2157: found a '' in cold state

[crope@iki.fi: commit msg from Luis email reply]
Signed-off-by: Olli Salonen <olli.salonen@iki.fi>
Cc: Luis Alves <ljalvs@gmail.com>
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/tuners/si2157.c