commit | f932e3a361731b403b1c2982197cea7e3d8e0e66 | [log] [tgz] |
---|---|---|
author | Marin Mitov <mitov@issp.bas.bg> | Sun Jun 06 14:16:07 2010 +0300 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Jun 18 16:50:04 2010 -0700 |
tree | 6690254285f348184dd3e7ebccc6efe6760c01e3 | |
parent | 616f58f6ec5e5777c343499ad65a34e671533e4b [diff] |
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>