cx23885: Incorrect argument passed to videobuf_dma_unmap
Bug #800527 reported by
Jeremy Kerr
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| linux (Ubuntu) |
Invalid
|
Undecided
|
Unassigned | ||
| Maverick |
Fix Released
|
Undecided
|
Unassigned | ||
Bug Description
In the maverick kernel, the commit bcbfc24 introduced the following change to the cx23885 driver:
@@ -1142,7 +1142,7 @@ void cx23885_free_buffer
- videobuf_
+ videobuf_
However, videobuf_dma_unmap expects a struct videobuf_queue * as its first argument, not struct device *. This change is for a new API introduced after 2.6.35, and so is not in the v4l code in maverick.
| Changed in linux (Ubuntu): | |
| status: | New → Invalid |
To post a comment you must log in.

Patch coming...