]> git.ipfire.org Git - people/ms/u-boot.git/commit
net: sh_eth: Fix checkpatch warning
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Fri, 16 Feb 2018 23:57:49 +0000 (00:57 +0100)
committerMarek Vasut <marex@denx.de>
Sun, 18 Feb 2018 10:20:18 +0000 (11:20 +0100)
commit5262767deda2a46014654ad2f7e20a42397861b1
treec5edd01c463ccc68f8c55f28e766514c2d178416
parent60279b5757990665386799ccf681d420de295404
net: sh_eth: Fix checkpatch warning

Fix minor checkpatch warning about udelay(3000) being too long
and should be replaced by mdelay(3).

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Cc: Joe Hershberger <joe.hershberger@ni.com>
drivers/net/sh_eth.c