Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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: Mauro Carvalho Chehab <mchehab@redhat.com>

-2
-2
drivers/media/dvb/frontends/cx24113.c
··· 547 547 .release = cx24113_release, 548 548 549 549 .init = cx24113_init, 550 - .sleep = NULL, 551 550 552 551 .set_params = cx24113_set_params, 553 552 .get_frequency = cx24113_get_frequency, 554 - .get_bandwidth = NULL, 555 553 .get_status = cx24113_get_status, 556 554 }; 557 555