dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/staging/dt3155v4l
Marin Mitov f932e3a361 Staging: dt3155v4l: correcting a pointer mismatch bug and cleanups
The third argument of dma_alloc_coherent() is of type dma_addr_t and is defined
as u64 for x86_64, while the member 'device_base' of struct dma_coherent_mem is
defined as u32.

While at it, clean up the code. Now if dev->dma_mem != NULL all the fields/members
are already properly initialized.

Signed-off-by: Marin Mitov <mitov@issp.bas.bg>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2010-06-18 16:50:04 -07:00
..
Kconfig Staging: dt3155v4l: remove private memory allocator 2010-05-18 14:53:17 -07:00
Makefile Staging: dt3155v4l: remove private memory allocator 2010-05-18 14:53:17 -07:00
dt3155v4l.c Staging: dt3155v4l: correcting a pointer mismatch bug and cleanups 2010-06-18 16:50:04 -07:00
dt3155v4l.h Staging: dt3155v4l: remove private memory allocator 2010-05-18 14:53:17 -07:00