summaryrefslogtreecommitdiff
path: root/v4l
diff options
context:
space:
mode:
authorMichael Krufky <devnull@localhost>2005-07-20 19:43:24 +0000
committerMichael Krufky <devnull@localhost>2005-07-20 19:43:24 +0000
commit301b9d09a9abcdeaea1e4c074915e12b766be269 (patch)
treebc83bda963d841d6458b7dd4ee69d87015b029a2 /v4l
parente0970bb0e80057bc7e2f1c8c3e3a40032e030b63 (diff)
downloadmediapointer-dvb-s2-301b9d09a9abcdeaea1e4c074915e12b766be269.tar.gz
mediapointer-dvb-s2-301b9d09a9abcdeaea1e4c074915e12b766be269.tar.bz2
* bttv-driver.c:
- pci_dma_supported() is called after pci_set_dma_mask() which already did check that for us. The attached patch removes the unneeded call to pci_dma_supported() Signed-off-by: Tobias Klauser <tklauser@nuerscht.ch> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Diffstat (limited to 'v4l')
-rw-r--r--v4l/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog
index 47852d987..edc7a00d8 100644
--- a/v4l/ChangeLog
+++ b/v4l/ChangeLog
@@ -1,3 +1,12 @@
+2005-07-20 07:40 mkrufky
+ * bttv-driver.c:
+ - pci_dma_supported() is called after pci_set_dma_mask() which
+ already did check that for us. The attached patch removes the
+ unneeded call to pci_dma_supported()
+
+ Signed-off-by: Tobias Klauser <tklauser@nuerscht.ch>
+ Signed-off-by: Michael Krufky <mkrufky@m1k.net>
+
2005-07-20 05:35 mkrufky
* cx88-dvb.c:
- Removed unnecessary comment.