From: Arnd Bergmann Date: Thu, 14 Mar 2013 14:21:36 +0000 (+0100) Subject: SCSI: nsp32: use mdelay instead of large udelay constants X-Git-Tag: v3.2.51~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d9ca51bbe6d92c0b56f74a29b16d6730e31979c;p=pandora-kernel.git SCSI: nsp32: use mdelay instead of large udelay constants commit b497ceb964a80ebada3b9b3cea4261409039e25a upstream. ARM cannot handle udelay for more than 2 miliseconds, so we should use mdelay instead for those. Signed-off-by: Arnd Bergmann Acked-by: GOTO Masanori Cc: YOKOTA Hiroshi Cc: "James E.J. Bottomley" Cc: Guenter Roeck Signed-off-by: Greg Kroah-Hartman Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed