diff options
author | Johannes Stezenbach <devnull@localhost> | 2004-11-21 22:34:40 +0000 |
---|---|---|
committer | Johannes Stezenbach <devnull@localhost> | 2004-11-21 22:34:40 +0000 |
commit | 61f76e43e1717def1801bd3c5ee7c67a289e43a5 (patch) | |
tree | b12c38ef8e6a2b9977922dee731dd7e4923bb383 /linux/drivers/media/dvb/ttpci | |
parent | 2635ade059ff4084f7cf68b69819d4c36b1233ce (diff) | |
download | mediapointer-dvb-s2-61f76e43e1717def1801bd3c5ee7c67a289e43a5.tar.gz mediapointer-dvb-s2-61f76e43e1717def1801bd3c5ee7c67a289e43a5.tar.bz2 |
make debitype and debilen volatile; this shouldn't be necessary
as debiirq and gpioirq should not run concurrently, but...
Diffstat (limited to 'linux/drivers/media/dvb/ttpci')
-rw-r--r-- | linux/drivers/media/dvb/ttpci/av7110.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ |