Skip to content

Commit

Permalink
mx2_camera: fix type of dma buffer virtual address pointer
Browse files Browse the repository at this point in the history
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
  • Loading branch information
Baruch Siach authored and Sascha Hauer committed Jul 28, 2010
1 parent 2066930 commit 79d3c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/mx2_camera.c
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ struct mx2_camera_dev {

u32 csicr1;

void __iomem *discard_buffer;
void *discard_buffer;
dma_addr_t discard_buffer_dma;
size_t discard_size;
};
Expand Down

0 comments on commit 79d3c2c

Please sign in to comment.