Signed-off-by: Pawel Osciak <pawel@xxxxxxxxxx> Reported-by: David Alan Gilbert <linux@xxxxxxxxxxx> --- include/media/videobuf2-core.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/media/videobuf2-core.h b/include/media/videobuf2-core.h index 4c1e91f..f3bdbb2 100644 --- a/include/media/videobuf2-core.h +++ b/include/media/videobuf2-core.h @@ -83,7 +83,7 @@ struct vb2_mem_ops { struct vb2_plane { void *mem_priv; - int mapped:1; + unsigned int mapped:1; }; /** -- 1.7.4.2 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html