diff options
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 9 |
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. |