diff options
Diffstat (limited to 'arch/arm/mach-apple/rtkit.c')
| -rw-r--r-- | arch/arm/mach-apple/rtkit.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/arm/mach-apple/rtkit.c b/arch/arm/mach-apple/rtkit.c index dff475cab7d..2dcb8bdd3e4 100644 --- a/arch/arm/mach-apple/rtkit.c +++ b/arch/arm/mach-apple/rtkit.c @@ -170,7 +170,7 @@ wait_epmap:  	pwrstate = APPLE_RTKIT_PWR_STATE_SLEEP;  	while (pwrstate != APPLE_RTKIT_PWR_STATE_ON) { -		ret = mbox_recv(chan, &msg, 100000); +		ret = mbox_recv(chan, &msg, 1000000);  		if (ret < 0)  			return ret; | 
