Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit be21ced2 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

[media] cx24113: cleanup: remove unused init



There's no need to initialize with zero. This only wastes
space at the data segment.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 759e236c
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -547,11 +547,9 @@ static const struct dvb_tuner_ops cx24113_tuner_ops = {
	.release       = cx24113_release,
	.release       = cx24113_release,


	.init          = cx24113_init,
	.init          = cx24113_init,
	.sleep         = NULL,


	.set_params    = cx24113_set_params,
	.set_params    = cx24113_set_params,
	.get_frequency = cx24113_get_frequency,
	.get_frequency = cx24113_get_frequency,
	.get_bandwidth = NULL,
	.get_status    = cx24113_get_status,
	.get_status    = cx24113_get_status,
};
};