Re: [PATCH] ivtv: don't recompile needlessly

2007-07-17 Thread Roland Dreier
> printk(KERN_INFO "ivtv: START INIT IVTV > \n"); This also looks pretty useless and way too garish given the fact that it contains no information not already given by the next line printed. - To unsubscribe from this list: send the line

Re: [PATCH] ivtv: don't recompile needlessly

2007-07-17 Thread Hans Verkuil
> Driver prints 3l33t banner including kernel version. > Could we _please_ never do this in future. Thanks for reporting this. This was a leftover from when the driver was standalone. I've merged this patch in my repository and will push it upstream. Regards, Hans > > Signed-off-by:

[PATCH] ivtv: don't recompile needlessly

2007-07-17 Thread Alexey Dobriyan
Driver prints 3l33t banner including kernel version. Could we _please_ never do this in future. Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> --- drivers/media/video/ivtv/ivtv-driver.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) --- a/drivers/media/video/ivtv/ivtv-driver.c

[PATCH] ivtv: don't recompile needlessly

2007-07-17 Thread Alexey Dobriyan
Driver prints 3l33t banner including kernel version. Could we _please_ never do this in future. Signed-off-by: Alexey Dobriyan [EMAIL PROTECTED] --- drivers/media/video/ivtv/ivtv-driver.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) --- a/drivers/media/video/ivtv/ivtv-driver.c

Re: [PATCH] ivtv: don't recompile needlessly

2007-07-17 Thread Hans Verkuil
Driver prints 3l33t banner including kernel version. Could we _please_ never do this in future. Thanks for reporting this. This was a leftover from when the driver was standalone. I've merged this patch in my repository and will push it upstream. Regards, Hans Signed-off-by: Alexey

Re: [PATCH] ivtv: don't recompile needlessly

2007-07-17 Thread Roland Dreier
printk(KERN_INFO ivtv: START INIT IVTV \n); This also looks pretty useless and way too garish given the fact that it contains no information not already given by the next line printed. - To unsubscribe from this list: send the line unsubscribe