Signed-off-by: Baruch Siach <bar...@tkos.co.il>
---
 drivers/media/video/mx2_camera.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/media/video/mx2_camera.c b/drivers/media/video/mx2_camera.c
index 98c93fa..026bef0 100644
--- a/drivers/media/video/mx2_camera.c
+++ b/drivers/media/video/mx2_camera.c
@@ -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;
 };
-- 
1.7.1

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
  • Re: Pull request mxc Sascha Hauer
    • [PATCH] mx2_camera: fix type of dma buffer virtual addre... Baruch Siach

Reply via email to