From: Arnd Bergmann Date: Wed, 28 Jan 2015 21:17:42 +0000 (-0300) Subject: [media] radio/aimslab: use mdelay instead of udelay X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~131^2~112 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc287f7c404216b0b680f78963e3fcd766df6484;p=pandora-kernel.git [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 Cc: Hans Verkuil Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed