summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/saa7164/saa7164-bus.c
diff options
context:
space:
mode:
authorSteven Toth <stoth@kernellabs.com>2009-05-10 13:08:27 -0400
committerSteven Toth <stoth@kernellabs.com>2009-05-10 13:08:27 -0400
commitc891751cdfcce6b721ac482c5fa05e1b6ae26daf (patch)
tree96e3b4812cbca10695c82fc812ed3b6279e950aa /linux/drivers/media/video/saa7164/saa7164-bus.c
parent855289ebd477cc340672af66c0a41a791868f0ea (diff)
downloadmediapointer-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.c2
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.
*/