[PATCH] ivtv: Some general fixes

2007-12-08 Thread Richard Knutsson
Fix "warning: Using plain integer as NULL pointer". Convert 'x < y ? x : y' to use min() instead. Signed-off-by: Richard Knutsson <[EMAIL PROTECTED]> Signed-off-by: Hans Verkuil <[EMAIL PROTECTED]> --- Compile-tested on i386 with "allyesconfig" and "allmodconfig". Resend, since the 'Remove a

[PATCH] ivtv: Some general fixes

2007-12-08 Thread Richard Knutsson
Fix warning: Using plain integer as NULL pointer. Convert 'x y ? x : y' to use min() instead. Signed-off-by: Richard Knutsson [EMAIL PROTECTED] Signed-off-by: Hans Verkuil [EMAIL PROTECTED] --- Compile-tested on i386 with allyesconfig and allmodconfig. Resend, since the 'Remove a gcc-2.95

[PATCH] ivtv: Some general fixes

2007-12-03 Thread Richard Knutsson
Fix "warning: Using plain integer as NULL pointer". Convert 'x < y ? x : y' to use min() instead. Signed-off-by: Richard Knutsson <[EMAIL PROTECTED]> Signed-off-by: Hans Verkuil <[EMAIL PROTECTED]> --- Compile-tested on i386 with "allyesconfig" and "allmodconfig". Resend, since the 'Remove a

[PATCH] ivtv: Some general fixes

2007-12-03 Thread Richard Knutsson
Fix warning: Using plain integer as NULL pointer. Convert 'x y ? x : y' to use min() instead. Signed-off-by: Richard Knutsson [EMAIL PROTECTED] Signed-off-by: Hans Verkuil [EMAIL PROTECTED] --- Compile-tested on i386 with allyesconfig and allmodconfig. Resend, since the 'Remove a gcc-2.95