Re: [PATCH] media: uapi: vsp1: Use __u32 instead of u32

2015-05-18 Thread Laurent Pinchart
Hi Joe, Thank you for the patch. On Saturday 16 May 2015 11:11:40 Joe Perches wrote: > Don't use the kernel types in uapi headers. > > Signed-off-by: Joe Perches Acked-by: Laurent Pinchart and applied to my tree. > --- > include/uapi/linux/vsp1.h | 2 +- > 1 file changed, 1 insertion(+), 1

[PATCH] media: uapi: vsp1: Use __u32 instead of u32

2015-05-16 Thread Joe Perches
Don't use the kernel types in uapi headers. Signed-off-by: Joe Perches --- include/uapi/linux/vsp1.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/uapi/linux/vsp1.h b/include/uapi/linux/vsp1.h index e18858f..9a82369 100644 --- a/include/uapi/linux/vsp1.h +++ b/inclu