Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/staging/bcm
Tushar Behera 8e360ec823 Staging: bcm: Fix udelay related compilation error
commit 6788d7dab6 ("Staging: bcm: Use udelay instead of msleep for
delays in nvm.c") replaces msleep with udelay values. udelay values
of more than 1000 should be replaced by mdelay instead.

This fixes following build error.
ERROR: "__bad_udelay" [drivers/staging/bcm/bcm_wimax.ko] undefined!
make[1]: *** [__modpost] Error 1
make: *** [modules] Error 2

Cc: Kevin McKinney <klmckinney1@gmail.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-09-13 21:46:29 -07:00
..
Adapter.h staging bcm: spelling of suppress in code 2012-06-13 12:18:02 -07:00
Bcmchar.c staging: bcm: fix possible memory leak in bcm_char_ioctl() 2012-09-04 14:14:08 -07:00
Bcmnet.c Staging: bcm: Remove typedef for _MINI_ADAPTER and call directly. 2012-06-04 21:09:22 -07:00
CmHost.c staging: bcm: print small buffers with %*ph 2012-08-13 19:23:19 -07:00
CmHost.h Staging: bcm: Remove typedef for _MINI_ADAPTER and call directly. 2012-06-04 21:09:22 -07:00
cntrl_SignalingInterface.h staging: bcm: Fix typo in drivers/bcm 2012-08-17 09:45:37 -07:00
DDRInit.c Staging: bcm: Remove typedef for _MINI_ADAPTER and call directly. 2012-06-04 21:09:22 -07:00
DDRInit.h Staging: bcm: Remove typedef for _MINI_ADAPTER and call directly. 2012-06-04 21:09:22 -07:00
Debug.h staging: bcm: Remove all commented macros 2012-07-11 17:04:42 -07:00
HandleControlPacket.c Staging: bcm: Remove typedef for _MINI_ADAPTER and call directly. 2012-06-04 21:09:22 -07:00
headers.h
hostmibs.c Staging: bcm: Remove typedef for _MINI_ADAPTER and call directly. 2012-06-04 21:09:22 -07:00
HostMIBSInterface.h
InterfaceAdapter.h Staging: bcm: Remove typedef for _MINI_ADAPTER and call directly. 2012-06-04 21:09:22 -07:00
InterfaceDld.c Staging: bcm: Remove typedef for _MINI_ADAPTER and call directly. 2012-06-04 21:09:22 -07:00
InterfaceIdleMode.c Staging: bcm: Remove typedef for _MINI_ADAPTER and call directly. 2012-06-04 21:09:22 -07:00
InterfaceIdleMode.h Staging: bcm: Remove typedef for _MINI_ADAPTER and call directly. 2012-06-04 21:09:22 -07:00
InterfaceInit.c Staging: bcm: Create and initialize new device id in InterfaceInit 2012-09-12 09:43:45 -07:00
InterfaceInit.h Staging: bcm: Create and initialize new device id in InterfaceInit 2012-09-12 09:43:45 -07:00
InterfaceIsr.c Staging: bcm: Remove typedef for _MINI_ADAPTER and call directly. 2012-06-04 21:09:22 -07:00
InterfaceIsr.h Staging: bcm: Remove typedef for _MINI_ADAPTER and call directly. 2012-06-04 21:09:22 -07:00
InterfaceMacros.h
InterfaceMisc.c Staging: bcm: Remove typedef for _MINI_ADAPTER and call directly. 2012-06-04 21:09:22 -07:00
InterfaceMisc.h Staging: bcm: Remove typedef for _MINI_ADAPTER and call directly. 2012-06-04 21:09:22 -07:00
InterfaceRx.c Staging: bcm: Remove typedef for _MINI_ADAPTER and call directly. 2012-06-04 21:09:22 -07:00
InterfaceRx.h
InterfaceTx.c Staging: bcm: Remove typedef for _MINI_ADAPTER and call directly. 2012-06-04 21:09:22 -07:00
InterfaceTx.h
Ioctl.h
IPv6Protocol.c Staging: bcm: Remove typedef for _MINI_ADAPTER and call directly. 2012-06-04 21:09:22 -07:00
IPv6ProtocolHdr.h Staging: bcm: Remove typedef for _MINI_ADAPTER and call directly. 2012-06-04 21:09:22 -07:00
Kconfig
LeakyBucket.c Staging: bcm: Remove typedef for _MINI_ADAPTER and call directly. 2012-06-04 21:09:22 -07:00
led_control.c Staging: bcm: Remove typedef for _MINI_ADAPTER and call directly. 2012-06-04 21:09:22 -07:00
led_control.h
Macros.h staging: bcm: Remove all commented macros 2012-07-11 17:04:42 -07:00
Makefile
Misc.c staging: bcm: print small buffers with %*ph 2012-08-13 19:23:19 -07:00
nvm.c Staging: bcm: Fix udelay related compilation error 2012-09-13 21:46:29 -07:00
nvm.h
PHSDefines.h staging: bcm: Remove all commented macros 2012-07-11 17:04:42 -07:00
PHSModule.c staging: bcm: Fix typo in drivers/bcm 2012-08-17 09:45:37 -07:00
PHSModule.h Staging: bcm: Remove typedef for _MINI_ADAPTER and call directly. 2012-06-04 21:09:22 -07:00
Protocol.h Staging: bcm: Remove typedef for _ETH_HEADER_STRUC and call directly. 2012-06-04 21:06:35 -07:00
Prototypes.h Staging: bcm: Remove typedef for _MINI_ADAPTER and call directly. 2012-06-04 21:09:22 -07:00
Qos.c Staging: bcm: Remove typedef for _MINI_ADAPTER and call directly. 2012-06-04 21:09:22 -07:00
Queue.h
sort.c Staging: bcm: Remove typedef for _MINI_ADAPTER and call directly. 2012-06-04 21:09:22 -07:00
target_params.h staging: bcm: Fix typo in drivers/bcm 2012-08-17 09:45:37 -07:00
TODO
Transmit.c Staging: bcm: Convert INT to int in Transmit.c 2012-09-13 20:35:40 -07:00
Typedefs.h
vendorspecificextn.c Staging: bcm: Remove typedef for _MINI_ADAPTER and call directly. 2012-06-04 21:09:22 -07:00
vendorspecificextn.h Staging: bcm: Remove typedef for _MINI_ADAPTER and call directly. 2012-06-04 21:09:22 -07:00
Version.h