https://github.com/torvalds/linux
Revision 9bf0ef060ebae452c07cf5b0616247780740bb50 authored by Hans Verkuil on 13 June 2011, 12:21:56 UTC, committed by Mauro Carvalho Chehab on 07 July 2011, 18:00:57 UTC
set_mode is called with t->type, which is the tuner type. Instead, use
t->mode which is the actual tuner mode (i.e. radio vs tv).

Cc: stable@kernel.org
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
1 parent 4e4a31f
Raw File
Tip revision: 9bf0ef060ebae452c07cf5b0616247780740bb50 authored by Hans Verkuil on 13 June 2011, 12:21:56 UTC
[media] tuner-core: fix tuner_resume: use t->mode instead of t->type
Tip revision: 9bf0ef0
locking-selftest-softirq.h
#undef IRQ_DISABLE
#undef IRQ_ENABLE
#undef IRQ_ENTER
#undef IRQ_EXIT

#define IRQ_DISABLE		SOFTIRQ_DISABLE
#define IRQ_ENABLE		SOFTIRQ_ENABLE
#define IRQ_ENTER		SOFTIRQ_ENTER
#define IRQ_EXIT		SOFTIRQ_EXIT
back to top