From: Arnd Bergmann Date: Thu, 14 Mar 2013 14:21:36 +0000 (+0100) Subject: atm: he: use mdelay instead of large udelay constants X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~77^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0911aaea991342ca8346dbcfec3b7575ab22cba;p=pandora-kernel.git atm: he: use mdelay instead of large udelay constants ARM cannot handle udelay for more than 2 miliseconds, and it is rather bad style to block the cpu for 16ms anyway, so let's use msleep instead. Signed-off-by: Arnd Bergmann Cc: Chas Williams Cc: linux-atm-general@lists.sourceforge.net Cc: netdev@vger.kernel.org Signed-off-by: David S. Miller --- Reading git-diff-tree failed