diff options
author | Steven Toth <stoth@kernellabs.com> | 2009-05-10 13:08:27 -0400 |
---|---|---|
committer | Steven Toth <stoth@kernellabs.com> | 2009-05-10 13:08:27 -0400 |
commit | c891751cdfcce6b721ac482c5fa05e1b6ae26daf (patch) | |
tree | 96e3b4812cbca10695c82fc812ed3b6279e950aa /linux/drivers/media/video/saa7164/saa7164-bus.c | |
parent | 855289ebd477cc340672af66c0a41a791868f0ea (diff) | |
download | mediapointer-dvb-s2-c891751cdfcce6b721ac482c5fa05e1b6ae26daf.tar.gz mediapointer-dvb-s2-c891751cdfcce6b721ac482c5fa05e1b6ae26daf.tar.bz2 |
SAA7164: Remove volatiles for PCI writes (coding style violation)
From: Steven Toth <stoth@kernellabs.com>
SAA7164: Remove volatiles for PCI writes (coding style violation)
Priority: normal
Signed-off-by: Steven Toth <stoth@kernellabs.com>
Diffstat (limited to 'linux/drivers/media/video/saa7164/saa7164-bus.c')
-rw-r--r-- | linux/drivers/media/video/saa7164/saa7164-bus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/saa7164/saa7164-bus.c b/linux/drivers/media/video/saa7164/saa7164-bus.c index 8d813f5b5..83a04640a 100644 --- a/linux/drivers/media/video/saa7164/saa7164-bus.c +++ b/linux/drivers/media/video/saa7164/saa7164-bus.c @@ -257,7 +257,7 @@ int saa7164_bus_set(struct saa7164_dev *dev, tmComResInfo_t* msg, void *buf) dprintk(DBGLVL_BUS, "%s() new_swp = %x\n", __func__, new_swp); - /* TODO: Convert all of the volatiles and direct PCI writes into + /* TODO: Convert all of the direct PCI writes into * saa7164_writel/b calls for consistency. */ |