bad_udelay is generated on distro kernels which often enable all kinds of drivers. ARM has a max udelay of 2000, so this patchset converts large udelays to mdelays. This may also be observed using all_modconfig.
Marc Dietrich (2): SCSI: nsp32: replace large udelay by mdelay nouveau: replace large udelay by mdelay drivers/gpu/drm/nouveau/core/engine/disp/dacnv50.c | 3 ++- drivers/scsi/nsp32.c | 2 +- drivers/scsi/nsp32.h | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) -- 1.7.9.5 -- 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/

