]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[SCSI] bfa: Replace large udelay() with mdelay()
authorBen Hutchings <ben@decadent.org.uk>
Sun, 9 Mar 2014 04:04:18 +0000 (04:04 +0000)
committerJames Bottomley <JBottomley@Parallels.com>
Wed, 19 Mar 2014 22:04:47 +0000 (15:04 -0700)
commitb367dcaa512922e9207160bef0895622cfae4c9f
tree39ecb90f3eb90204e8a0e4f49a721704a8b7920b
parent02845560090749dfd0bc0f3816c32f77b1efc56b
[SCSI] bfa: Replace large udelay() with mdelay()

udelay() does not work on some architectures for values above
2000, in particular on ARM:

ERROR: "__bad_udelay" [drivers/scsi/bfa/bfa.ko] undefined!

Reported-by: Vagrant Cascadian <vagrant@debian.org>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/bfa/bfa_ioc.c