aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/video/saa7164/saa7164-bus.c
diff options
context:
space:
mode:
authorSteven Toth <stoth@kernellabs.com>2009-05-10 14:08:27 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-09-19 00:14:51 -0300
commit1a6450d4d43a4d4caecaa3ca7796cbe8c7cfbba3 (patch)
tree93c3bdb287eb32c5bff29cdcd6e3d6c12556c761 /drivers/media/video/saa7164/saa7164-bus.c
parent9d119c3314cd7ad251e1e2c97b4e081d870a31f7 (diff)
V4L/DVB (12927): SAA7164: Remove volatiles for PCI writes (coding style violation)
Signed-off-by: Steven Toth <stoth@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/saa7164/saa7164-bus.c')
-rw-r--r--drivers/media/video/saa7164/saa7164-bus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/saa7164/saa7164-bus.c b/drivers/media/video/saa7164/saa7164-bus.c
index 8d813f5b54a..83a04640a25 100644
--- a/drivers/media/video/saa7164/saa7164-bus.c
+++ b/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.
*/