On Mon, 23 Dec 2013 17:33:44 +0800 Libin <[email protected]> wrote:
> From: Li Bin <[email protected]> > > The variable delay_time as a module parameter can be set a value > exceeding the limit of the udelay function. This patch checks the > delay_time value to select mdelay() or udelay(). > > Signed-off-by: Li Bin <[email protected]> Nobody should need to set a delay time that long, so this seems a rather surplus check. Alan -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

