On Tuesday, April 23, 2013 9:31 AM, Arnd Bergmann wrote: > Subject: [PATCH 15/21] staging: comedi/dawboard2000: use mdelay for large > delays
Nit.. Typo in subject. > On ARM, it is not legal to pass values larger than 2ms into udelay(), > and mdelay() must be used instead, to avoid this build error: > > ERROR: "__bad_udelay" [drivers/staging/comedi/drivers/daqboard2000.ko] > undefined! > > On a related note, any use of mdelay() or large udelay() numbers should > be carefully reviewed, and replaced with msleep() or a different > implementation that does not rely on delaying the work. > > Signed-off-by: Arnd Bergmann <a...@arndb.de> > Cc: H Hartley Sweeten <hswee...@visionengravers.com> > Cc: Ian Abbott <abbo...@mev.co.uk> > Cc: Greg Kroah-Hartman <gre...@linuxfoundation.org> Reviewed-by: H Hartley Sweeten <hswee...@visionengravers.com> Thanks, Hartley -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/