Re: [PATCH 39/56] V4L/DVB (3099) Fixed device controls for em28xxon WinTV USB2 devices

From: Andrew Morton
Date: Sat Dec 10 2005 - 02:08:43 EST


mchehab@xxxxxxxxxxxxxx wrote:
>
> + int volume = MAX(msp->left, msp->right);

Please kill msp3400.c's MAX() and MIN(). Use max() and min() from kernel.h.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/