Re: [PATCH] v4l: copy_to_user() is not a good method name

2007-10-13 Thread Mauro Carvalho Chehab
Em Sáb, 2007-10-13 às 08:25 +0100, Al Viro escreveu: > Breaks on any target that has copy_to_user() defined as a non-trivial > macro. > > Signed-off-by: Al Viro <[EMAIL PROTECTED]> Acked-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]> Cheers, Mauro - To unsubscribe from this list: send the line

Re: [PATCH] v4l: copy_to_user() is not a good method name

2007-10-13 Thread Christoph Hellwig
On Sat, Oct 13, 2007 at 08:25:24AM +0100, Al Viro wrote: > Breaks on any target that has copy_to_user() defined as a non-trivial > macro. Where did that CALL crap come from? We normally don;t accept junk like that. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

[PATCH] v4l: copy_to_user() is not a good method name

2007-10-13 Thread Al Viro
Breaks on any target that has copy_to_user() defined as a non-trivial macro. Signed-off-by: Al Viro <[EMAIL PROTECTED]> --- diff --git a/drivers/media/video/videobuf-core.c b/drivers/media/video/videobuf-core.c index c606332..5599a36 100644 --- a/drivers/media/video/videobuf-core.c +++ b/drivers/