mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
[media] via-camera: fix sparse warning
drivers/media/platform/via-camera.c:445:34: warning: incorrect type in assignment (different address spaces) Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
This commit is contained in:
parent
60519af3fd
commit
a7547af7d2
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ struct via_camera {
|
|||
* live in frame buffer memory, so we don't call them "DMA".
|
||||
*/
|
||||
unsigned int cb_offsets[3]; /* offsets into fb mem */
|
||||
u8 *cb_addrs[3]; /* Kernel-space addresses */
|
||||
u8 __iomem *cb_addrs[3]; /* Kernel-space addresses */
|
||||
int n_cap_bufs; /* How many are we using? */
|
||||
int next_buf;
|
||||
struct videobuf_queue vb_queue;
|
||||
|
|
Loading…
Reference in a new issue