From 61f76e43e1717def1801bd3c5ee7c67a289e43a5 Mon Sep 17 00:00:00 2001 From: Johannes Stezenbach Date: Sun, 21 Nov 2004 22:34:40 +0000 Subject: make debitype and debilen volatile; this shouldn't be necessary as debiirq and gpioirq should not run concurrently, but... --- linux/drivers/media/dvb/ttpci/av7110.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linux/drivers') diff --git a/linux/drivers/media/dvb/ttpci/av7110.h b/linux/drivers/media/dvb/ttpci/av7110.h index c2623c2a5..c7c1ce290 100644 --- a/linux/drivers/media/dvb/ttpci/av7110.h +++ b/linux/drivers/media/dvb/ttpci/av7110.h @@ -127,8 +127,8 @@ struct av7110 { spinlock_t debilock; struct semaphore dcomlock; - int debitype; - int debilen; + volatile int debitype; + volatile int debilen; /* Recording and playback flags */ -- cgit v1.2.3