[media] radio/aimslab: use mdelay instead of udelay
authorArnd Bergmann <arnd@arndb.de>
Wed, 28 Jan 2015 21:17:42 +0000 (18:17 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Mon, 2 Feb 2015 13:07:09 +0000 (11:07 -0200)
commitcc287f7c404216b0b680f78963e3fcd766df6484
tree39edd06b6814de9f7ef3594110d16712db9a764b
parent244829226f47ffb4d6009a2ccd2771cd149d8114
[media] radio/aimslab: use mdelay instead of udelay

Large udelay values are not allowed on the ARM architecture
and result in a build error like

ERROR: "__bad_udelay" [drivers/media/radio/radio-aimslab.ko] undefined!

This changes the aimslab radio driver to use an equivalent mdelay
statement.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/radio/radio-aimslab.c
This page took 0.026659 seconds and 5 git commands to generate.