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

[media] tuner-core: Don't touch at standby during tuner_lookup

It makes no sense that tuner_lookup would touch at the standby
state. Remove it.

Thanks-to: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

-1
-1
drivers/media/video/tuner-core.c
··· 538 538 continue; 539 539 540 540 mode_mask = pos->mode_mask; 541 - pos->standby = 1; 542 541 if (*radio == NULL && mode_mask == T_RADIO) 543 542 *radio = pos; 544 543 /* Note: currently TDA9887 is the only demod-only